Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

api-gateway

Run the following query in my SQL database setup:

CREATE TABLE api_keys ( id SERIAL PRIMARY KEY, api_key TEXT NOT NULL, created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP );

To run the GO server:

cd backend/cmd/server go run main.go

To access PostgreSQL database:

brew services start postgresql psql postgres

To run the tests:

brew install httpie # on macOS http GET http://localhost:8080/health http POST http://localhost:8080/apikey

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages