Skip to content

4ndr3ye/DemoServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoServer

Install/run:

go get github.com/4ndr3ye/DemoServer
go run main.go

Init database:

CREATE DATABASE dvdrental;

CREATE USER testuser WITH PASSWORD 'Aa123456!'

GRANT ALL PRIVILEGES ON DATABASE "dvdrental" to testuser;
pg_dump -U testuser dvdrental < db.sql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages