InsaLan / backend-insalan.fr

Backend of the insalan website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insalan backend

Description

This is the backend of the Insalan website. It is a Django and Django rest framework application. It is served by a Nginx server. It is part of the insalan.fr infrastructure and is deployed with the infra-insalan.fr repository.

Contributing

Please read carefully the CONTRIBUTING.md file before any contribution.

Run the backend in local

The backend has to be deployed from the docker-compose setup (so you need to install it!). Please refer to this README

Once the docker-compose is running, you can access the frontend at http://api.beta.insalan.localhost if you are using the default beta configuration.

Architecture

insalan is the root directory of the web application.

pizza, user,... are apps in the Django language. They are micro-services that implement specific features of the application.

For instance, user handles user-related actions (permission, authentication, etc...) and pizza handles the pizza application.

Each apps have their own urls.py file that defines the routes of the app. The endpoints are prefixed by the app name. For instance, the prefix to the pizza app is /api/{version}/pizza

About

Backend of the insalan website

License:MIT License


Languages

Language:Python 99.8%Language:Shell 0.1%Language:Dockerfile 0.0%