Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foryforx/owl
https://github.com/foryforx/owl
Last synced: about 2 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/foryforx/owl
- Owner: foryforx
- Created: 2023-06-08T05:47:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-20T23:28:47.000Z (over 1 year ago)
- Last Synced: 2024-11-05T12:05:51.860Z (about 2 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Owl
Owl is a simple web application that allows users to create and manage their own project with base structure working. for eg. auth, login, registration, logging, tracing, deployment, etc.
## Overview
Owl is developed using domain driven design and clean architecture. It is written in Go and uses PostgreSQL as database. It uses docker-compose to run the application in local.
## Setup
```
sh setup.sh
```## Run
```
docker compose down;docker compose up --build --remove-orphans
```## unit testing
```
TODO
```## Testing
```
Use postman and import owl.postman_collection.json
```