Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
TOJ 24cc194b23 :sparkles: added membership plugin | membership service grabs memberships and list of groupings il y a 5 ans
..
db :sparkles: added migrations per table | added seed data | updated mock il y a 5 ans
lib :sparkles: added membership plugin | membership service grabs memberships and list of groupings il y a 5 ans
server :recycle: moving around stuff more for jwt protection il y a 5 ans
README.md :sparkles: first pass at initial db migration | uupdated docs il y a 5 ans
knexfile.js :sparkles: first pass at initial db migration | uupdated docs il y a 5 ans
package-lock.json :sparkles: adding services via schmervice il y a 5 ans
package.json :recycle: added updated models based on db spec il y a 5 ans

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