aromanarguello / archie-challenge

Archie back-end challenge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Archie

Archie back-end challenge.

Running Local

Rename the .env_example to .env and fill the variables.

Make sure you have Docker installed in your machine.

The app uses Postgres, the SQL script should be executed automatically.

Run the command below to run the database:

 docker-compose up -d

Install dependencies:

 yarn install

Then:

 yarn start

Tests

 yarn test

Documentation

Go to the docs folder. It has an Insomnia schema inside, just import it to test the endpoints.

About

Archie back-end challenge.


Languages

Language:TypeScript 99.8%Language:JavaScript 0.2%