Example of a complete modular sofware, written in Golang
- In progress
- Golang
- Fiber Framework
- PostgreSQL
- Configurations
- Authentication
- Company
- Reference
- Employees
- Reports
- Configure Database:
- Open Postgres:
psql -U postgres - Create Database:
CREATE DATABASE golang_modular_software; - Add database to .env file -> var: DATABASE_MAIN_URL
- Open Postgres:
- Run Application:
go run main.go - User the url: http://localhost:4003
- Login with Default user:
- Username: admin01
- Password: 12345678










