/re-job

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Re-job

Setting up .env file

    DB_HOST=localhost
    DB_USER=username
    DB_PASS=password
    DB_PORT=3306

Compiling and running

  1. Install Node

  2. Install Yarn

  3. Set up the .env file inside the app folder

  4. Run:

     yarn
     nodemon app.js
    
  5. The web-app will run at localhost:3000

Authors

  • Dmitry Vereykin
  • Vincent Zhou