To run this project, you will need to create a dev.env file inside the config folder, then add the following environment variables to it
SERVER_PORT
DB_DIALECT
DB_USERNAME
DB_PASSWORD
DB_NAME
Clone the project
git clone https://github.com/Ahmed-Yassen/codebridge-task.git
Go to the project directory
cd codebridge-task
Install dependencies
npm install
Run the server
npm run dev