Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 403 Bytes

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!