Skip to content

peasantbird/golang-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golang-api

Instructions

Running this server

  1. Create a PostgreSQL database for this API server. Then, start the database and run schema.sql to create the necessary tables for the server.
  2. Create a .env file in the root directory of this project, with the same fields as those in .env.example. Include the information used to set up your PostgreSQL database for fields starting with DB_.
  3. cd into this project's root directory and run go run ./cmd/main.go in the terminal to start this project.

Testing

  1. Test the APIs with this Postman collection. You may also create your own Postman collection for testing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages