ashikkabeer / wave-nestjs-api

[API] It offers a space for students to connect, share information, and engage in discussions related to their colleges and academic interests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

It is a social media platform designed exclusively for students. It offers a space for students to connect, share information, and engage in discussions related to their colleges and academic interests.

Implemented Features

  • Authentication
  • JWT using Passport-JWT Strategy
  • Implemented PostGreSQL database using prisma
  • Created essential modules
  • Docker Compose configuration for PostgreSQL database setup

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

[API] It offers a space for students to connect, share information, and engage in discussions related to their colleges and academic interests.


Languages

Language:TypeScript 97.5%Language:JavaScript 2.5%