A full stack application developed on ReactJS on the front-end and MongoDB and Express on the back-end. Developed in a team of 4 people following Agile methodologies in the span of 1 week.
Main technologies utilised in the development of the project
JavaScript, ReactJs, Express, Node, MongoDB, HTML5, CSS, StyledComponents, API
cd client
npm install
cd server
npm install
Seed the database. Within the server folder with the command
npm run seeds
Run express (leave running in a terminal window). Within the server folder with:
npm run server:dev
Run React environment (leave running in a terminal window). Within client folder:
npm start
If react app is not starting:
try npm update
If that does not fix:
npm audit fix
If that does not fix it:
npm audit fix —force