Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 908 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 908 Bytes

Café Stile

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.

Screenshot Screenshot

Note:

Project Home-page was created following this guide/tutorial on MUI.

Tech Stack:

Client-side:

  • HTML/CSS
  • React.js
  • Material UI

Server-side:

  • Django
  • Django REST Framework, Djoser
  • PostgreSQL

Install and Run:

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!