This project is intended for educational and illustrative purposes only and is non-commercial. Its use for profit is strictly prohibited due to copyright and unauthorized licensing issues.
- Clone the repository
git clone https://github.com/Lycokat/GoldenDuck-API/
- Navigate into the project directory
cd ./GoldenDuck
- Install the required node_modules with Node.js
npm install
- Create .env and configure
cp .env.example .env
- Run script to generate migrations
npm run db:migrate
- Start GoldenDuck-Api
npm run start:dev