An open API service indexing awesome lists of open source software.

https://github.com/maxpaynestory/backend-challenge-notification-service


https://github.com/maxpaynestory/backend-challenge-notification-service

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Swvl Backend Challenge

### Run
On root folder run
```
docker-compose up
```

### Api Documentation
Api documentation can be found on link
http://localhost:9080/docs

### Run Tests
After running docker-compose up open a new terminal and run
```
docker-compose exec api pytest
```
That will run the tests inside the container