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.
- Host: GitHub
- URL: https://github.com/jameelhamdan/suary
- Owner: jameelhamdan
- Created: 2020-02-05T16:30:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T13:43:32.000Z (almost 6 years ago)
- Last Synced: 2025-01-11T06:45:08.630Z (over 1 year ago)
- Topics: django, django-rest-framework, jwt, jwt-authentication, mongodb, mongoengine, postgresql, pymongo, python, react, redux-store
- Language: Python
- Homepage:
- Size: 3.43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Suary
Photo sharing web app written in Django 3.0 and React
# Requirements
- Django 3.0 (Python 3.7+) see requirements.txt for dependinces
- Nodejs 12.18.2 with npm see `/frontend/package.json` for dependinces
- Postgres 12.3
- Mongodb 4.2
# How to run project
(assuming you have all the above installed)
- pip install -r requirements.txt
- npm install
- Set DEFAULT_DATABASE_URL in .env to postgres Database
- Set MEDIA_DATABASE_URL in .env to same or other mongo database
- npm run dev (to build frontend)
- python manage.py runserver 0.0.0.0:80
- Done!