Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 502 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 502 Bytes

CourseCompass

GO Libraries Used:

gin-gonic/gin

C++ Libraries Used:

libpqxx
crow (Already included in the include folder)
asio (Already included in the include folder)

Run GO Backend:

cd api
go run main.go

Run C++ Backend:

cd backend
mkdir build
cd build
cmake ..
make
./courseCompass