Skip to content

Commit

Permalink
Edit README with technologies used
Browse files Browse the repository at this point in the history
  • Loading branch information
aalises committed Nov 8, 2018
1 parent 07ebdf2 commit 19653c7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@

- `WIP. TODO:` Deployment

Age of Empires II API created with `Flask + FlaskRESTful` using SQLite as a DB and `SQLAlchemy` as ORM, which allows you to retrieve information about the civilizations, technologies, units and structures. To run you can use Docker, for example:
Age of Empires II API created with:
- `Flask + FlaskRESTful`
- `SQLite` (DB)
- `SQLAlchemy` (ORM)
- `Flasgger` (Swagger Docs)
- `Pytest + Coverage` (Tests)

,which allows you to retrieve information about the civilizations, technologies, units and structures. To run you can use `Docker`, for example:

```
docker build -t aoe2api:v1 .
Expand Down

0 comments on commit 19653c7

Please sign in to comment.