rehan-sattar / queue-overflow

A backend clone of the StackOverflow, built on top of NestJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

queue-overflow

A Backend clone of stack overflow using NestJs.

Steps To Get Started

  • Navigate to the server directory.
  • Run npm install or yarn.
  • Make sure you have PostgreSQL installed in your local computer and is running.
  • Create a file called .env.stage.development at the root of the server directory.
  • Copy the contents from the env.example file and paste inside the .env.stage.development.
  • Replace your credentials inside the .env.stage.development.
  • Run npm run start:dev or yarn run start:dev

If you like the work, don't forget to give a star to the repo. Thank you! ❤️

About

A backend clone of the StackOverflow, built on top of NestJS

License:MIT License


Languages

Language:TypeScript 99.2%Language:JavaScript 0.8%