Integrated web node react app - ⋅⋅* Backend: Node.js + express + mongoose ⋅⋅* Frontend: React + redux ⋅⋅* Database: MongoDB
If first time starting:
node -> npm install
react -> yarn install (maybe npm can also be used)
Running applications:
- Run Mongoose database (while in mongoose folder) -> "C:\Program Files\MongoDB\Server\4.4\bin\mongod.exe" --dbpath=data --bind_ip=127.0.0.1
- Run Backend (while in node folder) -> npm start
- Run frontend (while in react folder) -> yarn start
Yarn install: https://yarnpkg.com/
Npm install: https://nodejs.org/en/
For further readme modifications look at Readme Cheatsheet