Skip to content

The REST API enables secure banking and wallet transactions.

License

Notifications You must be signed in to change notification settings

JorgePeniaranda/GoldenDuck-API

Repository files navigation

Golden Duck

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.

Technology Stack

nestjs logo graphql logo mysql logo prisma logo nodejs logo express logo typescript logo eslint logo standardjs logo jest logo docker logo

Requirements to Start GoldenDuck

How to Start GoldenDuck?

  1. Clone the repository
git clone https://github.com/Lycokat/GoldenDuck-API/

  1. Navigate into the project directory
cd ./GoldenDuck

  1. Install the required node_modules with Node.js
npm install

  1. Create .env and configure
cp .env.example .env

  1. Run script to generate migrations
npm run db:migrate

  1. Start GoldenDuck-Api
npm run start:dev