Skip to content

juicyluv/http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Travels

Travels - an application that allows you to choose any travel.

Features:

  • Clean Architecture
  • Gin Framework
  • PostgreSQL
  • Migrations(Migrate CLI)
  • Unit Tests
  • Interaction with Cloudinary Service

Installation

$ cd server
  1. Create your own .env file from example and put it into server folder.

  2. Run Postgres container(if you don't have any):

$ make createdb
  1. Connect to this container and create databases(travels and travels_test).
  2. Apply migrations:
$ migrate -path "migrations" -database=<your-db-url> up

About

golang http REST server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published