Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.05 KB

File metadata and controls

26 lines (19 loc) · 1.05 KB

CarPar Api

The CarPar REST API is the backend for the Mobile App and Web App build during the fall semester 2020. The project was part of the subject Web development of the bachelor digital business management from the university of applied sciences of the grisons.

Technologies

  • Node.js Express 🚀
  • MongoDB 🌿
  • Typescript 🎭
  • Heroku ⚙️

Endpoints

The API is located under following url API.

Commands

Start api during local development: npm run dev

Push directly to Heroku git push -f heroku main (Backup for Github actions)

See logs from Heroku heroku logs --tail --app carpar-api

Initialize with

The project was created with the help of this post: Tutorial

Setup of the Heroku Pipeline: GitHub Action