Skip to content

ninja-way/pc-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pc-store

CRUD server providing the computer store API

Run server

  • Set server settings in configs/main.yml
  • Define some environment variables for connecting to the database in .env file
PC_HOST=localhost
PC_PORT=5432
PC_USERNAME=postgres
PC_PASSWORD=password
PC_SSLMODE=disable
PC_DBNAME=pcstore

PC_SERVICE_HASHSALT=test
PC_SERVICE_TOKENSECRET=test
  • Run server
make run

API

After launch, you can look at the api on: localhost:8080/docs/index.html

Author

Baran Pavlo GitHub

About

CRUD server providing the computer store API

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors