chauhanparth210 / sen-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEN Backend

For Development

  • You need Node & Yarn to run this application. Download them here - Node, Yarn.

  • You will need to set the database host url in a new .env file to the url you are hosting the database server on.

  • An example .env file will look like this:

    PORT=5000
    TEST_DB_ADDRESS="<Your Test DB Address here>"
    DB_ADDRESS="<Your DB Address here>"
  • To run the server run the following commands in the directory of sen-backend:

    • For Windows

      yarn
      yarn dev-win
    • For Unix based systems

      yarn
      yarn dev-unix
  • To run tests:

    yarn
    yarn test

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%