- Create
.envfile. addDATABASE_URL.
run,
npm installnpm run prepare:dbnpm run dev
server should be running at: http://localhost:3000/
postman collection for api testing included.
A forum is a very structured application where data is not very dynamic so i choose a relation database which can offer great speed, security, scalability and reliablity. I could've gone with mysql but i'm more familiar with postgresl, So i choose postgres for the project.