Skip to content

Backend for Carpoolit - a carpool app for VITians

Notifications You must be signed in to change notification settings

RohanKhatua/carpoolit-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACM Carpool Backend

Repository for the backend for the ACM Carpool Application.

Built in Go using the Fiber Framework.

Setup

$ git clone https://github.com/ACM-VIT/carpoolit-backend.git
$ cd carpoolit-backend
$ go run main.go

The application can also be run using air, this supports live realoading.

$ go install github.com/cosmtrek/air@latest
$ air init
$ air

The application will be running on localhost:3000

About

Backend for Carpoolit - a carpool app for VITians

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%