A Mongodb-Express-Reactjs-Nodejs full stack web application built using mostly pure CSS and additionally the bootstrap css framework along with font-awesome icons to demonstrate my full stack developement knowledge/skills. All of the database models, routes react components etc. are created by me from scratch, though some of them are inspired by or seen in tutorials/courses. The app is still under developement.
-
To run the app you need to have Node.js (tested for versions >= 12) and MongoDB installed.
-
Install server dependencies by running:
cd server-app && npm i && cd ..
- Install client dependencies by running:
cd client-app && npm i && cd ..
- Start the server app, by running:
cd server-app
npm run dev
- Start the client app, by running:
cd client-app
npm run dev
docker-compose.yaml and Dockerfiles are comming soon...