Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neptuniux/todonode_advsoftengi

This the project for the advanced software engineering course
https://github.com/neptuniux/todonode_advsoftengi

Last synced: about 2 months ago
JSON representation

This the project for the advanced software engineering course

Awesome Lists containing this project

README

        

# TodoNode
This is the project for the advanced software engineering course.

To install the database simply running the script export_db_postgres.sql into your postgres server to create the database.

Then you can edit the database connection in the ./models/config/database.js file.

You can install the dependencies with npm install or start the server with npm start.