/Peony-Backend

This is the backend of my teams project -- Peony, which is the an app to help NCTU students to schedule their courses. The key function of it is that the app will automatically pull the online course information for students.

Primary LanguageGoMIT LicenseMIT

Peony_backend

This is the backend of Peony.

How to clone a project?

1.make sure you download Golang in your computer.

2.clone the repo link in github

3.open you terminal, cd to your place downloading the porject.

4.type git clone <repo>

5.in your project terminal, type go build -o ./bin/<project_name> .

6.There will be an executable file in your /bin/ folder, execute it!