Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 712 Bytes

File metadata and controls

18 lines (10 loc) · 712 Bytes

💧 Waterbase server

Free, open source and self-hosted BaaS server by Sinewave.

Why

We wanted to have the challenge of something really big... Plus this a free and open source version of Firebase that we can use on our inhouse projects

How

Waterbase server is done with a Mongodb server and simple express server with custom middlewares and some base models for files, users and tokens, all of it is ready to deploy with a docker image.

If you would like to deploy a waterbase server click here and take a look at the documentation.

Who