Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/renanmav/goexpert-api
- Owner: renanmav
- Created: 2024-02-13T02:50:16.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-18T18:47:45.000Z (11 months ago)
- Last Synced: 2024-10-18T09:54:47.470Z (3 months ago)
- Language: Go
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```