https://github.com/maxpaynestory/backend-challenge-notification-service
https://github.com/maxpaynestory/backend-challenge-notification-service
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxpaynestory/backend-challenge-notification-service
- Owner: maxpaynestory
- Created: 2021-03-15T07:49:30.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T07:57:53.000Z (about 4 years ago)
- Last Synced: 2025-01-06T15:18:13.729Z (5 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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