Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Backend

Backend code for the dialoqbase project.

Setup

Install dependencies

npm install

Setup environment variables

Create a .env file in the root directory of the project and add the following variables:

cp .env.example .env

Run the server

npm run dev

The server will be running on http://localhost:3000. API documentation is available at http://localhost:3000/docs.

Note

I made a huge mistake on migrations folder naming. :/ I don't know how to fix it. I'm sorry.