Skip to content

fabianfalonhwd/django-rest-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django rest framework

Test django rest framework

Development Environment

At the bare minimum you'll need the following for your development environment:

  1. Python
  2. MySQL

It is strongly recommended to also install and use the following tools:

  1. virtualenv
  2. virtualenvwrapper

Local Setup

The following assumes you have all of the recommended tools listed above installed.

1. Clone the project:

$ git clone https://github.com/fabianfalonhwd/django-rest-app.git
$ cd website

2. Create and initialize virtualenv for the project:

$ virtualenv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

3. Upgrade the database:

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

4. Run the development server:

$ python manage.py runserver

About

API REST with Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages