Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luizcalaca/ts-node-joi-api

Typescript API with Joi validations, Express.js and MySQL. The project has the main branch to show the solutions with functions and the change-oop-api-ts to show with Object oriented programming.
https://github.com/luizcalaca/ts-node-joi-api

api-rest functional-programming joi-validation mysql2 nodejs oop oriented-object-programming programming typescript

Last synced: 9 days ago
JSON representation

Typescript API with Joi validations, Express.js and MySQL. The project has the main branch to show the solutions with functions and the change-oop-api-ts to show with Object oriented programming.

Awesome Lists containing this project

README

        

# Typescript API with Joi validations, Express.js and MySQL.
API using the functional programming and object oriented programming using Typescript

## Functional Programming and Object Oriented Programming
- You could choose main or change-oop-api-ts branch

## How to run
```
npm run dev
```