Skip to content

This is the backend service for the Tasky app platform. This is a serverless app written in nodejs.

License

Notifications You must be signed in to change notification settings

iamEtornam/TaskyBackendService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskyBackendService

This is the backend service for the Tasky mobile app platform. This is a serverless app written in nodejs.

Documentation

You can locate the documentation for the web service here

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

About

This is the backend service for the Tasky app platform. This is a serverless app written in nodejs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors