Skip to content

A social media web app made using Django. Using this you can share your personal reviews about a place(including images). It has a huge data collection of different places with their info.

Notifications You must be signed in to change notification settings

Akash-Raj-ST/RYT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R Y T

Review Your Tour

Using this you can share your personal reviews about a place(Images,Text,Tags) under that specific place.
It has a huge data collection of different places with their info and the places inside of it is mapped in it.
It can also be used to learn about a place and see other peoples review about it.
It has a profile section so that you can see whether other people have been, all their reviews and the review that they have liked
Easy filtering options to filter places
Search option is available to search a particular places or people.


How to Use:

Prerequisites:

  1. Django
  2. Postgresql

Step 1: Clone the repo

Step 2: Setup the postgresql DB

How to setup postgresql in windows

  • goto RYT/ RYT/ setting.py and replace DB_PASSWORD,DB_USER_NAME,DJANGO_SECRET_KEY with your own.
  • goto RYT directory and run the following commands:
  • python manage.py makemigrations
    python manage.py migrate
    This will update the tables from api/models.py to DB.

    step 3: Add the place data to DB.

  • The following steps is to add the collections of place data to DB.
  • goto RYT/ admin.py and run the python script.
  • Follow the instructions its pretty easy from that.
  • step 4: Start the server

    python manage.py runserver
    This will start the development server in localhost.

    step 5: Enjoy the site.

    Open localhost in your broswer(chrome recommended) and have fun.


    You have come so far. If you like this make sure to leave a STAR :)

    About

    A social media web app made using Django. Using this you can share your personal reviews about a place(including images). It has a huge data collection of different places with their info.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published