This is a Job platform example API in Node.js.
Written in ES6, using Express.js and Sequelize.js.
Run the server with npm run dev
This will copy contents in src, create dist folder and serve the application.
Run npm run build
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