Technologies used: ReactJS, Go, Riak KV database, MongoDB database, AWS, Heroku.
The repo has the following structure:
- documentation - All project documentation, weekly meetings, progress and diagrams
- APIs - Go API source code
- frontend - ReactJS source code
Name | Who |
---|---|
User | Vaishali |
Menu | Surabhi |
Cart | Shubham |
Payment | Sojan |
Go to the frontend directory
cd frontend
Install all the required packages
npm install
Run the React Server
npm start