Written using Nest.js & PostgreSQL & TypeORM.
Features:
- Sign up & sign in
- CRUD tweets
- CRUD comments
- Launch Postgres database:
docker-compose up -d
. - Install packages:
yarn install
. - Start Nest.js app in watch mode:
yarn start:dev
. - Go to
localhost:8000/api
to open Swagger Docs.
This app provides auto generated docs:
- Get profile
- Add tweet
- Get tweet