Skip to content

devanshipatel21/Noteworth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Coding Challenge - datamindedsolutions

Features -

  • A user can create a restaurant. (Name, foodtype, address, rating etc.)

  • A user can obtain a list of restaurants.

  • A user can view details of a restaurant based on the restaurant they select from the list.

  • A user can edit and delete a restaurant.

  • A user can submit a rating for a restaurant.

  • A user can sort the list of restaurants by Highest Rating.

Setup environment -

  • Clone or Download the repository
git clone https://github.com/devanshipatel21/Noteworth.git
  • Go to root directory
cd noteworth
  • Create virtual environment and activate
python -m venv env

source env/bin/activate 
  • In your python virtual env, install all dependencies
pip install -r requirements.txt
  • After environment setup, make migrations and migrate changes
python manage.py makemigraations

python manage.py migrate
  • Now run the server with
python manage.py runserver
python manage.py test

Available Routes -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages