Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foryforx/owl


https://github.com/foryforx/owl

Last synced: about 2 hours ago
JSON representation

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
```