Skip to content

A web application (Django) for restaurants listing and users review. (Like, Post, Comment and Reply)

License

Notifications You must be signed in to change notification settings

kylerlee/Restaurant-Listing-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-Listing-Web-App

A web application (Django) for restaurants listing and users review. (Like, Post, Comment and Reply)

Setup process

  1. Clone the project source code from GitHub.
  2. Install Anaconda.
  3. Open Anaconda Prompt.
  4. Create new environment by typing conda create -n ENV1 python=3.6.7, python version might be different.
  5. Activate environment by typing conda activate ENV1.
  6. Install the project dependency by typing pip install --upgrade django-crispy-forms.
  7. Run on the server by typing python manage.py runserver.

App user guide

  1. Browse through the restaurants of different cuisines.
  2. Create a new user for adding comments and reviews for the restaurants.

License

The content of this repository is licensed under a MIT License.

About

A web application (Django) for restaurants listing and users review. (Like, Post, Comment and Reply)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages