A social network inspired by reddit
Explore the app »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
An open source social network inspired by reddit built with Python using the Django Web Framework, trivial templates with Bootstrap & jQuery for UI & UX, a RESTful API for the web client using Django Rest Framework. I have designed & developed the Progressive Web App using React.js & Redux.
- Python 3.6.x
- Django Web Framework 2.1.x
- Django Rest Framework 3.8.x
- Twitter Bootstrap 4.x
- jQuery 3.x
Check the website at https://elmer.pythonanywhere.com
- Python 3.6.x
Create new directory:
$ mkdir elmer && cd elmerCreate new virtual environment:
$ python -m venv venvActivate virtual environment:
$ source venv/bin/activate (For Linux)
$ venv/Scripts/activate (For Windows)Clone this repository:
$ git clone https://github.com/thetruefuss/elmer.git src && cd srcInstall requirements:
$ pip install -r requirements.txtCopy environment variables:
$ cp .env.example .envLoad static files:
$ python manage.py collectstatic --noinputCheck for any project errors:
$ python manage.py checkRun Django migrations to create database tables:
$ python manage.py migrateLoad initial data for flatpages from fixtures folder:
$ python manage.py loaddata fixtures/flatpages_data.jsonPopulate the database with dummy data (Optional):
$ python scripts/populate_database.pyRun the development server:
$ python manage.py runserverVerify the deployment by navigating to http://127.0.0.1:8000 in your preferred browser.
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the project
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
Distributed under the MIT License. See LICENSE for more information.
Send me an email to alisheikh1114@gmail.com
Find me online:
LinkedIn •
Twitter •
Facebook •
Instagram •
Portfolio