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 01eb066f12 :pencil: adding to readmes il y a 5 ans
..
config :fire: complete reorg of backend il y a 5 ans
src :fire: complete reorg of backend il y a 5 ans
README.md :pencil: adding to readmes il y a 5 ans
package-lock.json :fire: complete reorg of backend il y a 5 ans
package.json :fire: complete reorg of backend 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

:electric_plug: Run

  1. Run npm run start to start up the server

:robot: Deployment

TBD

:pill: Tests & Code Quality

TBD

:heart: Built With