Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
TOJ 21d3168824 :sparkles: tricky global context addition to use orm transactions 5 gadus atpakaļ
..
db :sparkles: first pass at initial db migration | uupdated docs 5 gadus atpakaļ
lib :sparkles: tricky global context addition to use orm transactions 5 gadus atpakaļ
server :recycle: moving around stuff more for jwt protection 5 gadus atpakaļ
README.md :sparkles: first pass at initial db migration | uupdated docs 5 gadus atpakaļ
knexfile.js :sparkles: first pass at initial db migration | uupdated docs 5 gadus atpakaļ
package-lock.json :sparkles: adding services via schmervice 5 gadus atpakaļ
package.json :sparkles: adding services via schmervice 5 gadus atpakaļ

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