Skip to content

fabiulous/nodejs-api-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-api-boilerplate

This is a Job platform example API in Node.js.

Written in ES6, using Express.js and Sequelize.js.

Development

Run the server with npm run dev

This will copy contents in src, create dist folder and serve the application.

Build

Run npm run build

Environment Variables

This boilerplate uses a dotenv which will load a .env file that you should create inside src. The file should look like this:

PORT=8000
NODE_ENV=development
DATABASE_URL=postgres://postgres:postgres@localhost:5432/database

About

A simple Node.js API in ES6 with express and sequelize

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published