A Backend clone of stack overflow using NestJs.
- Navigate to the
serverdirectory. - Run
npm installoryarn. - Make sure you have PostgreSQL installed in your local computer and is running.
- Create a file called
.env.stage.developmentat the root of theserverdirectory. - Copy the contents from the
env.examplefile and paste inside the.env.stage.development. - Replace your credentials inside the
.env.stage.development. - Run
npm run start:devoryarn run start:dev
If you like the work, don't forget to give a star to the repo. Thank you! ❤️