Git Product home page Git Product logo

elmer's Introduction

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

Elmer

A social network inspired by reddit
Explore the app »

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Roadmap
  4. Contributing
  5. License
  6. Contact

About The Project

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.

Built With

Screenshots

Check the website at https://elmer.pythonanywhere.com

Welcome Page

Elmer

Home Page

Elmer

Post Detail Page

Elmer

Profile Page

Elmer

Create Post Page

Elmer

Getting Started

Prerequisites

Installation

Create new directory:

$ mkdir elmer && cd elmer

Create new virtual environment:

$ python -m venv venv

Activate 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 src

Install requirements:

$ pip install -r requirements.txt

Copy environment variables:

$ cp .env.example .env

Load static files:

$ python manage.py collectstatic --noinput

Check for any project errors:

$ python manage.py check

Run Django migrations to create database tables:

$ python manage.py migrate

Load initial data for flatpages from fixtures folder:

$ python manage.py loaddata fixtures/flatpages_data.json

Populate the database with dummy data (Optional):

$ python scripts/populate_database.py

Run the development server:

$ python manage.py runserver

Verify the deployment by navigating to http://127.0.0.1:8000 in your preferred browser.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the project
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. Open a pull request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Send me an email to [email protected]
Find me online: LinkedInTwitterFacebookInstagramPortfolio

elmer's People

Contributors

iamalisaleh avatar thetruefuss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

elmer's Issues

Error

return Database.Cursor.execute(self, query, params)
django.db.utils.OperationalError: no such table: subjects_subject

Set up issue

Hi,

When I try to set up elmer in the pycharm I'm getting below error.

raise ImproperlyConfigured("The SECRET_KEY setting must not be empty.")
django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty.

Screenshot 2021-02-26 at 17 29 31

i can not sign up

help

i cant sign up in elmer at my localhost

how to fix it

and when i try to create a post , yes it was created but their was error in it

thanks

Cant able to sign in

i try to sign in but i cant i change the recapcha key which on my account (for localhost) and put one in front end file (signup.html)
and other in .env file (as in readme.md file) still i cant able to sign i think its recapcha error can i get any fix or something

secret key must not be empty error

"django.core.exceptions.ImproperlyConfigured: The SECRET_KEY setting must not be empty." Error when running "py manage.py collectstatic --noinput"

Question

you can make a clone based on your code
techinasia.com
I can help you with money
Add your email please

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.