This is the backend service for the Tasky mobile app platform. This is a serverless app written in nodejs.
You can locate the documentation for the web service here
- Nodejs
- Any REST API hosting solution
- Firebase for Auth
- Knowledge in Sequelize
- PostgreSQL database
- Create a firebase project and add a
service Account key
to the root of the project - Rename
config.example.json
toconfig.json
and provide your database credentials
To run development, run
npm install
npm run dev
To run prod, run
npm install
npm run start
depends on your hosting solution