You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Placematcher: This site helps you find places to go alone/with friends and schedule meetings with them.
Current version
Main page here and top navigation bar with all planned folders (search, friends, meetings, favorites, profile). It has personalized logo for out website.
You can edit your profile information, log in into account, log out of it, create new one.
Top navigation bar contains login and sign up buttons, if you are not logged in, and logout button, if you are.
You can add friends, accept/reject friend requests and delete user from your friend list.
You can send meeting request, schedule a meeting with user.
You can search places, choose categories to search in and see closest metro station! You can also add reviews and extra information.
Installation
1) Clone this repository. Make sure you installed everything from requirements.txt via "pip install -r requirements.txt"command
2) Run "python manage.py import_data places metro"command to import database.
3) Start local server with "python manage.py runserver" command.
4) Open the suggested link in your browser. Usually it is http://127.0.0.1:8000/
Plans
This is 1st final version of out project, new additions will follow in the next semester
Authors:
Valeria Rubanova: profile, login, logout, signup forms, friends, top navigation bar, meeting tab.
Ivan Eroshkin: search, place tab, review, favorite, closest metro, top navigation bar.