VUTTR (Very Useful Tools to Remember), A fast and effective API developed in express. The application is a simple repository for managing tools with their names, links, descriptions and tags. view Swagger Documentation
Open app ↗️
- Node JS
- Express
- PostgreSQL
- Sequelize
- bcrypt
- JWT
- Yup
- Helmet
- dotenv
- Nodemon
- sucrase
- Jest
- Supertest
- Postbird
- Postman
this application is deployed on Heroku with Github automatic deploy
Edit .env file and run
- yarn install
- npx sequelize-cli db:migrate
- npx sequelize-cli db:seed:all
- yarn dev
yarn test