Skip to content

iliall/CourseCompass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages