anirudh1713 / prabandhak-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisite

  • Node (v16 recommended)
  • yarn
    • run npm install --global yarn

Setup Instructions

  • Install node (V16 recommended)
  • cd into the project directory
  • Run yarn to install dependencies
  • copy .example.db.env to .db.env
  • copy .example.env to .env
  • add appropriate values in both env files (Make sure you have database with same name).
    • you can run database by running docker-compose up if you have it installed.
  • run yarn run migrate-reset to apply changes to database.

About


Languages

Language:TypeScript 90.9%Language:JavaScript 5.9%Language:Shell 3.1%Language:Procfile 0.1%