Skip to content

Maveric-k07/UtilGrabs

Repository files navigation

Django Social Network to compete with your friends!

Hackathon winning project at St Francis College for Women, Hyderabad. Compete with your friends and find out who has the lowest energy consumption of all and get exciting prizes!!

Features :

  • Sign Up, Login, OAuth 2.0(Google, Github), Logout, Forgot Password
  • Public Profile view
  • Create, Edit, Delete Posts with customized text, pictures and links
  • Like, Comment / Reply, Save and Search posts
  • Follow and Unfollow users to view their posts
  • Friend Request
  • Notifications
  • Competitions
  • Adding env variables

    • Add env variables to ".test.env" and rename it to ".env"

    Installation

        $ python -m venv venv
        $ source venv/Scripts/activate
        (venv) pip install -r requirements.txt
        (venv) cd UtilGrabs
        (venv) python manage.py makemigrations
        (venv) python manage.py migrate
        (venv) python manage.py createsuperuser
        (venv) python manage.py runserver

    Add django-allauth config

    https://django-allauth.readthedocs.io/en/latest/installation.html#post-installation

    Running Tests

    To run tests, run the following command

      python manage.py test

    Deploy to Heroku

    https://devcenter.heroku.com/articles/getting-started-with-python

    https://realpython.com/django-hosting-on-heroku/

    About

    No description, website, or topics provided.

    Resources

    License

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors