| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
#Todo Rest Node Api
This is a proof-of-concept (POC), RESTful Web Services application built on top of NodeJS.
npm install
Verify the .env file having PORT, NODE_ENV and other variables.
Verify the Database configuration in config/config.json.
Like that
{
"username": "postgres",
"password": admin,
"database": "todo-app",
"host": "localhost",
"dialect": "postgres",
"logging": false,
"pool": {
"max": 5,
"min": 0,
"acquire": 30000,
"idle": 10000
}
}
npm run start
| Back | FazBrowse Home | New Git URL |