Skip to content

adrian-huminiuc/tmw-api

Repository files navigation

Description

Example project a small quiz server.

Uses: Typescript, NestJs, Typeorm, Jest, MySql

Installation


Requirements to run locally

  1. Docker
  2. docker compose as a plugin https://docs.docker.com/compose/install/compose-plugin/

How to start

make init
make start
make seeds 

Stop the app

make stop

Check logs

make logs

Run tests

make tests

If you wish to run the app without docker (not recommend)

You will need to export all of the environment variables from the .env.example

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published