Skip to content

Marketplace web app for location-based services and gigs. Made with React.js and Material UI

Notifications You must be signed in to change notification settings

aprilschen/Cafe-Stile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!