Skip to content

jourdanrodrigues-tests/test_9

Repository files navigation

Mozio Test

Generated from this Django template.

This project runs entirely on Docker containers. Make sure to have it in your environment.

Setting up development environment

Before doing anything, run the following:

./scripts/setup_dev_env.sh

API Docs

With the server up, it will be available through /docs/.

Database

This project is setup on top of PostgreSQL, and the connection is established through an environment variable called DATABASE_URL. For more details, check the files .env.example and docker-compose.yml.

Running the app

To make your life slightly easier, the script compose.sh is there for you to run commands in your container. It's just a wrapper for docker-compose, so you might want to take a look at its documentation.

Production mode

./compose.sh up

Development mode

./compose.sh dev up

About

Django REST app with Geolocation filter (Mozio)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published