Skip to content

EstivenCano/meets-backend

Repository files navigation

Meets backend

This project is a simple backend for a social network, where you can create posts, add comments, and like posts.

Functionalities

  • 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.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev