Café Stile is a Marketplace web application for location-dependent services and gigs. Services offered might range from venue rentals and event organization to dog walking and babysitting.
Project Home-page was created following this guide/tutorial on MUI.
- HTML/CSS
- React.js
- Material UI
- Django
- Django REST Framework, Djoser
- PostgreSQL
Run the following commands in the CLI of the root folder:
- 'npm install --legacy-peer-deps'
- 'npm run start'
Run the following commands in the CLI of the server folder:
- 'cd backend'
- 'python3 manage.py runserver'
You can find the deployed application here.
Happy exploring!