Skip to content

The backend for the Real Deal hackathon project at emerge 2017 (we won!)

Notifications You must be signed in to change notification settings

silverlogic/real-deal-back

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Deal

Real Deal is an application that allows users to see merchant offers using augmented reality on their iOS device.

Technology

  • Python 3.6
  • Django 1.11
  • Django Rest Framework 3.6
  • SQLite database
  • Digital Ocean for deployment
  • CloudFlare for DNS

Setup

Install the requirements

pip install -r requirements.txt

Make the database

./manage.py migrate

Run the development server

./manage.py runserver

You can now visit the development server at http://localhost:8000

Deployment

Visit http://real-deal.tsl.io to see the backend in action!

About

The backend for the Real Deal hackathon project at emerge 2017 (we won!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published