Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanmav/goexpert-api

FullCycle GoExpert course - API module
https://github.com/renanmav/goexpert-api

Last synced: about 2 months ago
JSON representation

FullCycle GoExpert course - API module

Awesome Lists containing this project

README

        

# GoExpert-API

This is the GoExpert-API, an exercise from the [FullCycle's GoExpert course](https://goexpert.fullcycle.com.br/pos-goexpert). The project adheres to the [Golang Standards Project Layout](https://github.com/golang-standards/project-layout).

## Get started

To run this API, follow these commands:

```bash
# Get into cmd/server
cd cmd/server

# Copy .env.example to .env
cp .env.example .env

# Run the server
go run main.go
```