/coddity-hackathon-back

Hackathon organized by Coddity, about how to make IPCC solutions accessible to everyone?

Primary LanguageTypeScriptMIT LicenseMIT

Documentation

The following instructions will help you get started and use the application.

Getting Started

Create .env configuration file

First, create a .env file with the content of the .env.example file:

cp .env.example .env

Then, complete the following lines in the .env file:

POSTGRES_USER=<username>
POSTGRES_PASSWORD=<password>
POSTGRES_DB=<database>

Install the application

The following command will:

  • Install dependencies
  • Create the docker
  • Run the migrations
  • Add seeds to the database
make install

Run the application

make start

Sami Lafrance & Elise Echasseriau