Node.js Backend as a service platform
A NodeJS Backend as a Service
torijs is a backend as a service (BaaS) written in nodeJS and powered by MongoDB.
It has core
module that provides:
We strongly suggest to use a Docker
in order to speed up setup and management, we both provide single docker
or docker-compose
.
If you want to start using torijs you have to:
Clone torijs repository
git clone https://github.com/boostcode/torijs.git
Move to torijs
directory
cd torijs
Copy tori.conf.js.example
to conf
directory renaming it to tori.conf.js
mv tori.conf.js.example conf/tori.conf.js
Edit conf/tori.conf.js
with MongoDB ip:port
Install deps
npm install
Run torijs
node bin/www
torijs will show you a message similar to:
⛩ torijs is listening on port: 8000
Point your browser to ip:port
you set in config and that’s all, torijs is working.
This project is licensed under MIT. Full license text is available in LICENSE.