Restful api for managing users, posts, comments and likes with authentication system and refresh tokens
https://www.getpostman.com/collections/aa46601557a7e2172878
- TypeScript
- ExpressJS
- Postgres
- Typeorm
- run npm install
- add your credentials in a file .env in the root directory
- connect to your local postgres database
- feel free to import postman collection and use it
- run npm start