Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 967 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 967 Bytes

Swedish Event Planning Business Project

This repository contains the backend of the SEP project.

Requirements

Quickstart

Local Environment

Initialize Python environment running the make target

make venv
. .venv/bin/activate

Install now the Python project's dependencies running the make target

make install

To run the application in your local environment call the make target

make local_launch

Test The Application

To test the application call the following make targets in subsequent order:

make format
make lint
make test

Once all the tests succeed you can run the application in your local environment: