Skip to content

lazaromer97/todo-app-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO APP BACK

Getting Started

First clone the repository from Github and switch to the new directory:

# SSH
$ git clone [email protected]:lazaromer97/todo-app-back.git

# HTTPS
$ git clone https://github.com/lazaromer97/todo-app-back.git

$ cd todo-app-back

Activate the virtualenv for your project.

Install project dependencies:

$ pip install -r requirements.txt

Then simply make and apply the migrations:

$ python manage.py makemigrations
$ python manage.py migrate

You can now run the development server:

$ python manage.py runserver