fmndako / plom-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLOM App

This is the backend for the plom app.

Running the application

  • Clone the repository

  • Install dependencies

  • npm install

  • Create a .env file in the root directory using .env.example as example

  • Run database migration

  • npm run db:migrate

  • Run application

  • npm run start

About


Languages

Language:JavaScript 88.7%Language:HTML 9.8%Language:Shell 0.8%Language:Handlebars 0.7%