Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iametornam/taskybackendservice
This is the backend service for the Tasky app platform. This is a serverless app written in nodejs.
https://github.com/iametornam/taskybackendservice
aws-lambda firebase javascript nodejs serverless tasky
Last synced: about 2 months ago
JSON representation
This is the backend service for the Tasky app platform. This is a serverless app written in nodejs.
- Host: GitHub
- URL: https://github.com/iametornam/taskybackendservice
- Owner: iamEtornam
- License: mit
- Created: 2021-02-09T10:29:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T18:46:36.000Z (over 1 year ago)
- Last Synced: 2024-04-24T08:05:32.232Z (9 months ago)
- Topics: aws-lambda, firebase, javascript, nodejs, serverless, tasky
- Language: JavaScript
- Homepage: https://etornam.dev
- Size: 678 KB
- Stars: 12
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TaskyBackendService
This is the backend service for the [Tasky mobile app](https://github.com/iamEtornam/Tasky-Mobile-App) platform. This is a serverless app written in nodejs.## Documentation
You can locate the documentation for the web service [here](https://documenter.getpostman.com/view/2978812/TzscomU3)## Requirements
1. Nodejs
2. Any REST API hosting solution
3. Firebase for Auth
4. Knowledge in Sequelize
5. PostgreSQL database## Configuration
1. Create a firebase project and add a ```service Account key``` to the root of the project
2. Rename ```config.example.json``` to ```config.json``` and provide your database credentials## To Run and Deploy
To run development, run```npm install```
```npm run dev```
To run prod, run
```npm install```
```npm run start```
### To deploy
_depends on your hosting solution_