A web application (Django) for restaurants listing and users review. (Like, Post, Comment and Reply)
- Clone the project source code from GitHub.
- Install Anaconda.
- Open Anaconda Prompt.
- Create new environment by typing
conda create -n ENV1 python=3.6.7
, python version might be different. - Activate environment by typing
conda activate ENV1
. - Install the project dependency by typing
pip install --upgrade django-crispy-forms
. - Run on the server by typing
python manage.py runserver
.
- Browse through the restaurants of different cuisines.
- Create a new user for adding comments and reviews for the restaurants.
The content of this repository is licensed under a MIT License.