Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 514 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 514 Bytes

Expense Tracker

Postman collection link here

Running with docker

Steps to run with docker:

docker-compose up

Run test with docker:

docker-compose run web npm run test

Running without docker

  • Make sure postgresql is installed.

  • Install packages npm install

  • Add .env file with all enviroment variable. For reference see env.example file

  • Run migrations npm run migrate

  • Start the server npm run start