Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/poorlydefinedbehaviour/gooddoggy

rest api for learning purposes
https://github.com/poorlydefinedbehaviour/gooddoggy

Last synced: 14 days ago
JSON representation

rest api for learning purposes

Awesome Lists containing this project

README

        

# About

Rest api for learning purposes.

# Installation

```sh
git clone https://github.com/PoorlyDefinedBehaviour/gooddoggy
```

# Usage

## Install dependencies

```sh
run 'npm i' or 'yarn'
```

## Running

This project uses docker and docker compose.

```sh
run 'docker-compose up' to start
```

# FAQ

## 'docker-compose up' is not recognized as a command.

Install docker and docker-compose.

# Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

# License

[MIT](https://choosealicense.com/licenses/mit/)