JorgePeniaranda / GoldenDuck-API

The REST API enables secure banking and wallet transactions.

Repository from Github https://github.comJorgePeniaranda/GoldenDuck-APIRepository from Github https://github.comJorgePeniaranda/GoldenDuck-API

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

About

The REST API enables secure banking and wallet transactions.

License:MIT License


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%