Skip to content

sandeepraghu04/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Coding Challenge - datamindedsolutions

Main tasks in this Restaurant app -

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

  • A user able to obtain a list of restaurants.

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

  • A user able to edit and delete a restaurant.

  • A user able to submit a rating for a restaurant.

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

Process to run Restaurant app -

  • Clone or Download the repository

  • In your python virtual env, run 'pip install -r requirements'

  • After environment setup, make migrations and migrate changes

  • Now run the server with python manage.py runserver

  • The server is up and running on http://localhost:8000

Available Routes -

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages