Skip to content

jeet0007/Cloud_cafe_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud_cafe_api for Cloud Cafe

This is my Senior project

  • Uses Nodejs as backend and React as front-end
    • Uses Express
    • Working With AWS SDK
  • Uses Microservice architecture
  • Hosted on Heroku : An hosting service Heroku homepage

LIVE WEBSITE AT : https://cloud-cafe-webapp.herokuapp.com/library

About Project

Deployment

To install on Heroku using yarn

yarn install

You can either install with npm as an global package for convenience

npm i heroku -g

To Create new project on heroku

heroku login
heroku create <project-name>

Push content to heroku

git add .
git commit -m "Initial commit"
git push heroku main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages