Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 443 Bytes

File metadata and controls

34 lines (25 loc) · 443 Bytes

CosyWorking

Stack

  • Node.js
  • Express.js
  • PostgreSQL
  • Sqitch
  • Bunyan
  • cors
  • debug
  • dotenv
  • express
  • express-jsdoc-swagger
  • logger
  • pg

How to start

First clone this repository and install dependencies :

npm install

Then you need to connect to your own postgreSQL database. Create .env file and use the .env.example file to add your own config

start server

Start the server with :

npm start