OscaRoa / activity-schedule

API REST como Prueba técnica para TrueHome

Home Page:http://ec2-18-191-2-61.us-east-2.compute.amazonaws.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

activity-schedule

API REST como Prueba técnica para TrueHome

Project Link

Live API

Run locally

To run the project locally docker-compose must be installed. Once it's installed and set properly, run the following command.

docker-compose up -d --build

If you want dummy data loaded into the DB, run:

docker-compose exec web python manage.py loaddata dummy_data

Tests

To run the project's tests run:

docker-compose exec web python manage.py test

About

API REST como Prueba técnica para TrueHome

http://ec2-18-191-2-61.us-east-2.compute.amazonaws.com/

License:MIT License


Languages

Language:Python 92.2%Language:Dockerfile 5.0%Language:Shell 1.9%Language:Smarty 0.9%