Skip to content

devfest-ufrn/movieit-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie it

Setup


Requirements

  • Python 3.6+
  • Virtualenvwrapper

Set Up

Clone esse projeto e crie um virtual environment:

$ git clone https://github.com/devfest-ufrn/movie-it.git
$ mkvirtualenv movieitvenv
$ workon movieitvenv

Install all dependencies

$ pip install -r requirements.txt

Setup database:

cd movieit
python manage.py makemigrations
python manage.py migrate

Testing:

python manage.py test

Running the app:

$ python manage.py runserver

Agora você pode ir até http://localhost:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages