Skip to content

Latest commit

 

History

History
46 lines (23 loc) · 1.01 KB

README.md

File metadata and controls

46 lines (23 loc) · 1.01 KB

Challenges API

This project provide a lot of tools that can help you while creating a code challenge webstite!

Technologies

Installation

Copy and configure env

cp .env.example .env

If you want to use a temporal postgresql db, you can use docker compose in order to mount a special db for the project and avoid using local db

sudo systemctl stop postgresql

docker-compose up -d

Docker is required no matter wheter you use docker compose for your database, it will be used within the project to run the code that client side sends.

Finally set the following env variables:

DB_CONNECTION=

DB_HOST=

DB_PORT=

DB_DATABASE=

DB_SCHEMA=

DB_USERNAME=

DB_PASSWORD=

Api docs

Postman documentation