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.
siimee backend API
An API for the siimee application
:white_check_mark: Prerequisites
You will need…
Node.js 14+
:package: Installation
- Install dependencies with
npm install
- Fill out your database connection details in
./config/dev.js
- A test database container is provided and can be started with
docker-compose up -d
- Populate some basic tables for your database using
npx knex migrate:latest
:electric_plug: Run
- Run
npm run start to start up the server
:robot: Deployment
TBD
:pill: Tests & Code Quality
TBD
:heart: Built With