https://github.com/mgaligniana/mutants
🧟♂️ techincal challenge 🧬
https://github.com/mgaligniana/mutants
flask postgresql
Last synced: 3 months ago
JSON representation
🧟♂️ techincal challenge 🧬
- Host: GitHub
- URL: https://github.com/mgaligniana/mutants
- Owner: mgaligniana
- Created: 2020-05-24T03:28:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T23:14:34.000Z (almost 6 years ago)
- Last Synced: 2025-03-20T17:52:39.907Z (over 1 year ago)
- Topics: flask, postgresql
- Language: Python
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RESTful API to detect mutants
Here is the implementation for levels: 1, 2 and 3 (except the 'aggressive traffic' part) defined in the [challenge file](https://github.com/mgaligniana/mutants/blob/master/CHALLENGE.pdf)
## Stack used
* Flask
* PostgreSQL
## Run project
```
docker-compose build
docker-compose up
docker-compose run web python manage.py db upgrade
```
## Run tests
```
docker-compose run web python -m unittest tests/test_api.py
```