Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
TOJ f7456836bb :sparkles: fleshing out login responses vor 5 Jahren
..
db :sparkles: first pass at initial db migration | uupdated docs vor 5 Jahren
lib :sparkles: fleshing out login responses vor 5 Jahren
server :recycle: moving around stuff more for jwt protection vor 5 Jahren
README.md :sparkles: first pass at initial db migration | uupdated docs vor 5 Jahren
knexfile.js :sparkles: first pass at initial db migration | uupdated docs vor 5 Jahren
package-lock.json :recycle: moving around stuff more for jwt protection vor 5 Jahren
package.json :recycle: moving around stuff more for jwt protection vor 5 Jahren

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