This Backend service built in nodejs has mongodb configured in it to save user/user authentication and trello board cards details.
- User Controller with signIn/signUp RESTful Apis.
- User Authentication with JWT.
- Configured database Monogdb
- RESTful APIs for CRUD Operation for saving trello board card details in Mongodb.
yarn install
Install all the packages. And Your are good to go.
yarn start
Runs the app at http://localhost:9090.