Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.08 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.08 KB

Team VS3

Coffee on Cloud

Built an online coffee ordering **highly scalable SaaS service** in Golang and deployed it on Amazon Cloud and Heroku.

Technologies used: ReactJS, Go, Riak KV database, MongoDB database, AWS, Heroku.

Architecture

architecture

Team Members

The repo has the following structure:

  • documentation - All project documentation, weekly meetings, progress and diagrams
  • APIs - Go API source code
  • frontend - ReactJS source code

Modules

Name Who
User Vaishali
Menu Surabhi
Cart Shubham
Payment Sojan

Steps to Run the App

Go to the frontend directory

cd frontend

Install all the required packages

npm install

Run the React Server

npm start