kbrgl / exun-backend

Exun 2018 app backend.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Works in conjunction with Exun app, but you can run this repo independently.

Setup

  1. Install MySQL.
  2. Clone repo and create a file in repo root called .env.
PORT=3000
DATABASE_URL=<database URL>
SECRET=<secret>
  1. yarn install && yarn start

About

Exun 2018 app backend.


Languages

Language:JavaScript 82.3%Language:HTML 17.7%