Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 553 Bytes

File metadata and controls

16 lines (10 loc) · 553 Bytes

tasks

Simple application for task management made for educational purpose. Back-end is wrote in Node.js connected to the online database provided by MongoDB Atlas. Front-end was made using Angular7.

Setting Up.

To run the application:

1)Start the backend application and connect it to the database - to do it just use NPM START command in the backend directory. The server is listening on port 9000

2)Then you can launch up the client using the same npm start command.

3)Now you can use all of the functionalities we`ve already implemented.