Skip to content

vykuntaharsha/Restaurants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Restaurants.com

The whole application is created using django. The website is used to post the restaurants and their menu items. A user can create his own profile, follow/unfollow other profiles. Each profile has a feed that displays on the home screen when logged in. Feed shows the menu items posted by the users that the logged in user follows. Users can register via email verification. Implemented a string based search inside of the personal profile. Created unigue slug based urls.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

Install the following

  • python 3.6.3
  • pip
  • virtual env
  • django- 1.11
  • see requirements for other software

Installing

Download/clone the repository. Recommended to use a virtual environment. Open terminal and run these commands to start the server.

cd your-local-repository-path
python3 -m venv Restaurants
cd Restaurants
source bin/activate
cd src
pip install -r requirements.txt

Run the following after setting up and every time you want to start server

python3 mange.py runserver

Built With

  • python
  • django
  • SQLite
  • pyCharm
  • bootstrap
  • Jquery

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks to Justin at codingForEntrepreneurs, for helping me learn django via his youtube channel and blog.

About

Created a web application to learn python and django

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published