Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 330 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 330 Bytes

AssistGo! App

This is the back end server for the AssistGo! app!

Technologies

  • Node.js
  • Express.js
  • TypeScript
  • MongoDB
  • Google Translate API (via RapidAPI)
  • Google Cloud Storage Bucket API

To install Dependencies

npm install

To run in Development

npm run dev

To run in Production

npm run start