Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 608 Bytes

File metadata and controls

3 lines (2 loc) · 608 Bytes

MayFlower-Server

The project uses Django and Django REST Framework frameworks. Please look at the documentation and best practices before beginning the development. Furthermore, the project uses PostgreSQL as the database. In order to start it, run the docker-compose up and wisit localhost:8080 for the Adminer administrator dashboard of the database. The database itself can be reached at localhost:5432, but has already been set up within the project.