fierce-winter

command module
v0.0.0-...-f6e1001 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 12, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

README

Golang CRUD Booster

Running Locally

First, install the dependencies go get

The web app requires Postgres DB. If you have docker installed, you can run the following command to start a new Postgres container

docker run -e POSTGRESQL_ADMIN_PASSWORD=mysecretpassword -d -p 5432:5432 centos/postgresql-96-centos7

In this example, the database user is postgres, the password is mysecretpassword and the database is postgres

You can then start the application like this:

go build && ./golang-http-crud

Then go to http://localhost:8080

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL