This project is a simple backend for a social network, where you can create posts, add comments, and like posts.
- Create a user
- Create a post
- Create a comment
- Like a post
- Custom authentication
- Custom authorization
- Custom validation
- Oauth2 authentication with Google
More features will be added in the future.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev