You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TOJ 8ba3f3e614 :recycle: unprotecting test route пре 5 година
..
db :sparkles: first pass at initial db migration | uupdated docs пре 5 година
lib :recycle: unprotecting test route пре 5 година
server :recycle: moving around stuff more for jwt protection пре 5 година
README.md :sparkles: first pass at initial db migration | uupdated docs пре 5 година
knexfile.js :sparkles: first pass at initial db migration | uupdated docs пре 5 година
package-lock.json :recycle: moving around stuff more for jwt protection пре 5 година
package.json :recycle: moving around stuff more for jwt protection пре 5 година

README.md

siimee backend API

An API for the siimee application

:white_check_mark: Prerequisites

You will need…

Node.js 14+

:package: Installation

  1. Install dependencies with npm install
  2. Fill out your database connection details in ./config/dev.js
  3. A test database container is provided and can be started with docker-compose up -d
  4. Populate some basic tables for your database using npx knex migrate:latest

:electric_plug: Run

  1. Run npm run start to start up the server

:robot: Deployment

TBD

:pill: Tests & Code Quality

TBD

:heart: Built With