Skip to content

bryanbill/soloo

Repository files navigation

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

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

Install the dependencies

yarn install

Run the migrations

yarn makemigrations && yarn migrations

Deploying

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!];
Loading

Enjoy!

Head over to Api Documentation to get started