Skip to content

ojxing/Arboad-Pass-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Abroad-Pass-Backend

Backend for Arboad Pass App

Tech

  • Django
  • testypie

Getting started

Install Django, testypie

pip install django
pip install django-tastypie

Database onfig and synchronized

Set up db in setting.py

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'example',
    }
}

Synchronize db

python manage.py makemigrations
python manage.py migrate

Run the server

python manage.py runserver

Api Doc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages