Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 984 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 984 Bytes

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.