This is a simple user-facing webapp that allows the user to filter for restaurants open by date time as well as restaurant name. On top of that, users can save restaurants into their own named collections (eg. Vegetarian favourites, Meat-lovers etc.).
Project is created with:
To run this project, run the following commands:
- Please add your PostgreSQL server credential in ~/rsms.api/rsms/rsms/settings.py file's
DATABASES
object - Please create a database named "rsms"
cd ~/rsms.api/
pip install -r requirements.txt
cd ~/rsms.api/rsms/
python manage.py migrate
python manage.py loaddata restaurant.json
python manage.py loaddata restaurant_open_closed_info.json
python manage.py runserver
schema-swagger-ui:
http://127.0.0.1:8000/
schema-redoc:
http://127.0.0.1:8000/redoc
To run this project, install it locally using npm:
cd ~/rsms.web/rms/
npm install
npm start
Md Nurul Hasan - @Linkedin - [email protected]