Skip to content

mmmgtc/meme-party-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meme-party-backend

Backend Service for hosting the party

Setup the Dev Server

First get the repo:

git clone https://github.com/mmmgtc/meme-party-backend/
cd meme-party-backend

Setup the Dependencies (We suggest using a seperate virtualenv)

pip install -r requirments.txt

Prepare the Database

python manage.py migrate

The Web Service Needs a secret key for Django and an Infura ETH API Key to handle login with Web3.

You can get a free Infura ETH API key from here.

Create a .env file in the project root and add your keys like shown below:

SECRET_KEY = 'XXXXXX'
WEB3_KEY = 'YYYYYY'

Run The Dev Server

python manage.py runserver

About

Backend Service for hosting the party

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published