Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neptuniux/todonode_advsoftengi
- Owner: neptuniux
- Created: 2022-09-30T07:57:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T15:03:04.000Z (over 2 years ago)
- Last Synced: 2023-04-04T10:00:09.673Z (almost 2 years ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.