JuCJeff / doitbig-ms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to doitb1g-ms!

This comprises the backend of the DoITB1G STS Project. The backend is responsible for making queries to the database and interfacing this data with the sister project doitb1g-ui.

Requirements

Starting the Application

Our project is based on an underlying Go Web boilerplate that facilitates speed of development called Buffalo. Buffalo ships with a command that will watch your application and automatically rebuild the Go binary and any assets for you. To do that run the "buffalo dev" command:

$ buffalo dev

If you point your browser to http://127.0.0.1:3000 you should see a "Welcome to Buffalo!" message.

Congratulations! You now have our application up and running.

Supported Routes

Your can post GET requests to the following routes with the following syntax:

Testing

To run tests, Buffalo features a test runner that runs the underlying Go tests of the project.

$ buffalo test

About


Languages

Language:Go 94.7%Language:Dockerfile 5.3%