Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bryanbill/soloo
- Owner: bryanbill
- Created: 2021-11-07T09:53:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-29T08:23:45.000Z (almost 2 years ago)
- Last Synced: 2024-04-16T22:23:56.783Z (10 months 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