A Backend clone of stack overflow using NestJs.
- Navigate to the
server
directory. - Run
npm install
oryarn
. - Make sure you have PostgreSQL installed in your local computer and is running.
- Create a file called
.env.stage.development
at the root of theserver
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
oryarn run start:dev
If you like the work, don't forget to give a star to the repo. Thank you! ❤️