Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 992 Bytes

README.md

File metadata and controls

43 lines (31 loc) · 992 Bytes

Assignment project for Web-Technologies

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

Pre-requisites

Installation

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

Credits