Skip to content

anonyxhappie/flickr

Repository files navigation

flickr

flickr-anonyxhappie.herokuapp.com

Instructions to Setup Project

Setup Virtual Environment
  • python3 -m venv venv
Activate Virtual Environment
  • source venv/bin/activate
Install python packages from requirements.txt
  • pip install -r requirements.txt
Migrate to Database
  • python manage.py migrate
Create Superuser
  • python manage.py createsuperuser
Setup Database
  • python setup.py -u username
Run Project on locally on port 8000
  • python manage.py runserver

API Documentation

About

Flickr like basic api implementation in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages