Skip to content
 
 

Repository files navigation

paphos-backend

This is the backend for the official Pygmalion service.

Very early work-in-progress, not usable in any capacity. Also my first time writing Go, so very likely non-idiomatic.

Contributing

If you wish to contribute, this section contains some relevant information.

The stack is:

To get started, you need all of the above installed and functional on your machine.

For development, the default configuration expects a paphos user with password paphos to be available. You can then create the databases manually, or use buffalo pop create -a.

With PostgreSQL up and running and the development database created, you can apply the migrations:

$ buffalo pop migrate

And then boot up the development server:

$ PORT=3000 buffalo dev

The API should then be reachable at http://localhost:3000/.

Useful links

  • fizz's documentation (migration DSL)

About

The official service back-end.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages