Excercises/Project files built during MERN Bootcamp.
This project contains both front-end and back-end for an example t-shirt store built during MERN bootcamp course study.
- Run Mongo Daemon locally, then Open Terminal and type
sudo service mongod start
- Then Run backend by typing,
cd back/
npm start
- Run front-end by typing,
cd ../front/
npm start
Initially follow these steps
- Install Dependencies for back-end by typing,
cd /path/to/project
cd back/
npm i
- Similarly for front-end,
cd ../front/
npm i
cd public/
npm i
- For CSS, start watch by typing,
npm start
- Then follow steps for View and start developing
After development, build css by typing,
cd /path/to/project/front/public
npm run build:css
Build React by typing,
cd ../front/
npm run build
- Node.js and Express
- MongoDB
- React.js
- Sass (CSS Preprocessor)
- REST API (Back-end)
- AJAX (Front-end)
- MVC Architecture
Saroj Kumar Sahoo - sarojkumar007
Feel Free to pull request. Thanks