Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bryanbill/soloo

Backend as a Service
https://github.com/bryanbill/soloo

Last synced: 3 months ago
JSON representation

Backend as a Service

Awesome Lists containing this project

README

        



Soloo


Backend Repository For Soloo Services


TODO: Write the about here




Explore the docs »




Report Bug
·
Request Feature
·
Read our blog



## Description
Soloo aims at providing backend solutions while also providing a hosted simple and intuitive interface for the frontend to get you started with the services offered.
## Features

- Auth Service
- Storage Service
- Crashlytics Service
- Collaboration Platform
- Wallet Service
- App Center

## Install


Soloo uses CockroachDB as its database. Make sure you have CockroachDB installed and running on your machine.

### Clone the Repository

```bash
git clone https://github.com/bryanbill/soloo.git
```

### Install the dependencies

```bash
yarn install
```

### Run the migrations

```bash
yarn makemigrations && yarn migrations
```

### Deploying
```mermaid
flowchart TD
A[Deploy to Production] --> B{Is it Friday?};
B -- Yes --> C[Do not Deploy!];
B -- No --> D[Run deploy.sh!];
C ----> E[Enjoy your Weekend!];
D ----> E[Enjoy your Weekend!];
```
## Enjoy!

Head over to [Api Documentation](https://localhost:4040/swagger) to get started