Skip to content

acargorkem/ecommerce_users-api

Repository files navigation

Microservice of restful users api

In the application, CRUD operations implemented with restful MVC pattern. Used Go and PostgreSQL.

Installation

Clone the repository

git clone https://github.com/acargorkem/ecommerce_users-api

Create a file named “.env” and fill it like “.env example” file for environment variables.

Run with Docker

Prerequisites:

Docker

Run the application with docker compose

docker-compose up

Run without Docker

Prerequisites

Go

PostgreSQL

golang-migrate/migrate

Migrate your database

make migrateup

Start web application

go run main.go

After that you can access the api at localhost:8081

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published