TODO: Write the about here
Explore the docs »
Report Bug
·
Request Feature
·
Read our blog
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.
- Auth Service
- Storage Service
- Crashlytics Service
- Collaboration Platform
- Wallet Service
- App Center
Soloo uses CockroachDB as its database. Make sure you have CockroachDB installed and running on your machine.
git clone https://github.com/bryanbill/soloo.git
yarn install
yarn makemigrations && yarn migrations
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!];
Head over to Api Documentation to get started