This assignment was a project that was part of my studies. It is a single-page task application, and required using the MEAN stack.
- MongoDB for the database
- Express for the back-end routing
- Angular for the front-end
- Node.js to run the back-end
- node.js - Download page .
- npm - comes with node or download yarn - Download page .
- mongodb - Download page .
If you don't have yarn yet
npm install -g yarn
If you don't have concurrently yet (used to run angular and node js)
npm install -g concurrently
If you don't have the repository yet
git clone https://github.com/Najo-z/WT-MeanStack
To install and run the project
yarn
yarn start
- This project was forked from https://github.com/linnovate/mean