Backend code for the dialoqbase project.
npm install
Create a .env
file in the root directory of the project and add the following variables:
cp .env.example .env
npm run dev
The server will be running on http://localhost:3000
. API documentation is available at http://localhost:3000/docs
.
I made a huge mistake on migrations folder naming. :/ I don't know how to fix it. I'm sorry.