Wall App - MVC

Setup

First, clone the repo and change to the created directory:

git clone git@github.com:danielPantalena/wall-app-backend.git
cd wall-app-backend

Create a virtual environment to install dependencies in and activate it:

$ python3 -m venv env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt