An open API service indexing awesome lists of open source software.

https://github.com/jameelhamdan/suary

Photo sharing app made with Django 3.0 and React.
https://github.com/jameelhamdan/suary

django django-rest-framework jwt jwt-authentication mongodb mongoengine postgresql pymongo python react redux-store

Last synced: 2 months ago
JSON representation

Photo sharing app made with Django 3.0 and React.

Awesome Lists containing this project

README

          

# Suary
Photo sharing web app written in Django 3.0 and React

# Requirements


  1. Django 3.0 (Python 3.7+) see requirements.txt for dependinces

  2. Nodejs 12.18.2 with npm see `/frontend/package.json` for dependinces

  3. Postgres 12.3

  4. Mongodb 4.2

# How to run project

(assuming you have all the above installed)


  1. pip install -r requirements.txt

  2. npm install

  3. Set DEFAULT_DATABASE_URL in .env to postgres Database

  4. Set MEDIA_DATABASE_URL in .env to same or other mongo database

  5. npm run dev (to build frontend)

  6. python manage.py runserver 0.0.0.0:80

  7. Done!