This is the backend module for the todoOnline app.
To run this for the first run below commands.
npm install
Next to run in development mode
npm run dev
Then open http://localhost:3000/ to go to the dashboard.
To use the docker image pull image named todov100/todobackend:latest
docker pull todov100/todobackend
dokcer run todov100/todobackend
The following properties: -[x] User login with OAuth -[x] Note, Page, User, Index APIs -[x] Continous Integration -[ ] Integration -[ ] Extension -[ ] Deployment