- Create a PostgreSQL database for this API server. Then, start the database and run
schema.sql
to create the necessary tables for the server. - 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 withDB_
. cd
into this project's root directory and rungo run ./cmd/main.go
in the terminal to start this project.
- Test the APIs with this Postman collection. You may also create your own Postman collection for testing.