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.jsfor its RESTful APIs, andMongoDBwas used to store data. It works with theDockerplatform.
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
nodejsandNPMin your local system. - Open the Root Directory, navigate to SimpleCURD using the command
cd SimpleCURDand use eithernpm installorpnpm installto install all dependencies in the frontend and backend directories. It usedconcurrently:7.6.0in this project. So, you may use thenpm startcommand in root folder, once you have finished installing all dependencies in each folder that contains apackage.jsonfile.
- Click on green Clone or download button and choose Download ZIP.
- Find the downloaded zipped file on your pc and extract it.
- Then install
Dockerin your local system. - Run that command simply.
docker-compose up -d. - You can now open the frontend at
localhost:3000and the backend atlocalhost:4000in 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.
