https://github.com/bryanbill/soloo
Backend as a Service
https://github.com/bryanbill/soloo
Last synced: 11 months ago
JSON representation
Backend as a Service
- Host: GitHub
- URL: https://github.com/bryanbill/soloo
- Owner: bryanbill
- Created: 2021-11-07T09:53:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T08:23:45.000Z (about 3 years ago)
- Last Synced: 2025-04-10T11:03:29.002Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 1.43 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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