This is the backend of Peony.
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!