Skip to content

coders-camp-2021-best-team/TeamUp-API

Repository files navigation

TeamUp-API

This project was made due to the CodersCamp2021

Docs

Deploy on Heroku

Important Notices

.env.example & .docker.env.example

Before you can start the app, you need to create your own .env and .docker.env files. There are .env.example and .docker.env.example files with example values that are ready to use.

For Windows users

If you are a Windows user, please use Git Bash or any other UNIX-like shell (e.g. Git Bash). Some commands MAY NOT work on default Windows Command Line.

Available Commands

In the project directory, you can run:

yarn install

Installs all required packages. This is the first command that you should run after cloning this repo. Without this you will not be able to run the app.

yarn build:watch

Runs a TypeScript build task in watch mode. It watches for any changes in your code and recompiles everything on the fly. Without this you will not be able to run the app.

cp .docker.env.example .docker.env && cp .env.example .env