Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luizcalaca/ts-node-joi-api
- Owner: luizcalaca
- Created: 2022-07-29T01:23:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T00:03:31.000Z (over 2 years ago)
- Last Synced: 2024-11-25T22:13:09.864Z (2 months ago)
- Topics: api-rest, functional-programming, joi-validation, mysql2, nodejs, oop, oriented-object-programming, programming, typescript
- Language: TypeScript
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```