Skip to content

castellanprime/Ubgrill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ubgrill

Created with CodeSandbox

This repository hosts the frontend code created with CodeSandbox. The backend lives at Bitbucket

This is an application for grill delivery. It is a toy app. Any one can use to reserve, receive, deliver the grills on offer to anywhere, along with some accountrements.

Features

  • User will be able to make an acccount.
  • User will be able to edit account.
  • User will be able to make a reservation/order.
  • User will be able to edit reservation/order.
  • User will be able to make an Order with Stripe.

Technologies

Backend

  • Spring Boot
  • Spring Data Rest
  • Hibernate
  • MySQL
  • Maven
  • Junit
  • JWT
  • Stripe

Frontend

  • React
  • React-router
  • nanoid
  • Webpack
  • Axios

Running the application

A demo is found at here

Frontend (on device)

cd src/main/frontend

npm start