The MERN app serves as an example of how to utilise Build Vitejs App with Includes @mui/Material and Redux toolkit its peer dependencies, which include emotion, the built-in style engine in MUI v5. Moreover, it employed
Node.js
for its RESTful APIs, andMongoDB
was used to store data. It works with theDocker
platform.
You can utilise that software in two different ways.
- Using Nodejs.
- Using Docker.
- Click on green Clone or download button and choose Download ZIP.
- Find the downloaded zipped file on your pc and extract it.
- Then install
nodejs
andNPM
in your local system. - Open the Root Directory, navigate to SimpleCURD using the command
cd SimpleCURD
and use eithernpm install
orpnpm install
to install all dependencies in the frontend and backend directories. It usedconcurrently:7.6.0
in this project. So, you may use thenpm start
command in root folder, once you have finished installing all dependencies in each folder that contains apackage.json
file.
- Click on green Clone or download button and choose Download ZIP.
- Find the downloaded zipped file on your pc and extract it.
- Then install
Docker
in your local system. - Run that command simply.
docker-compose up -d
. - You can now open the frontend at
localhost:3000
and the backend atlocalhost:4000
in your browser.
Once you are done you can close 🔒 the application in your terminal to quit the application.
If you have any issues with that Application feel free to let me know 🙃!
If you are more interested, check out 🥺 the collection of DSDmark.