- Python 3.6+
- Virtualenvwrapper
Clone esse projeto e crie um virtual environment:
$ git clone https://github.com/devfest-ufrn/movie-it.git
$ mkvirtualenv movieitvenv
$ workon movieitvenvInstall all dependencies
$ pip install -r requirements.txtSetup database:
cd movieit
python manage.py makemigrations
python manage.py migrateTesting:
python manage.py testRunning the app:
$ python manage.py runserverAgora você pode ir até http://localhost:8000.