Skip to content

This is a blog project inspired on instagram, based on the Python framework Django, with a Postgres DB managed by AWS RDS, the statics and the media files are being served from AWS S3. ( Already deployed to Heroku at: https://django-blog-server.herokuapp.com/ )

Notifications You must be signed in to change notification settings

NorberMV/DjangoBlogLive

Repository files navigation

Blog_app

This is a blog app Instagram Clone project based on the Python framework Django, with a Postgres DB managed by AWS RDS, the statics and the media files are being served from AWS S3. You can see live on Heroku at: https://django-blog-server.herokuapp.com/

Pictures

Usage

# To run locally
# Create the virtual Environment and install the dependencies
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt

# Make the migrations
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

License

MIT

Author: Norberto Moreno | 2020

About

This is a blog project inspired on instagram, based on the Python framework Django, with a Postgres DB managed by AWS RDS, the statics and the media files are being served from AWS S3. ( Already deployed to Heroku at: https://django-blog-server.herokuapp.com/ )

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published