Skip to content

JSD-0723/Abdallah-Altanna-MYSQL

Repository files navigation

About Project

It's a simple project that simulate CRUD process.

  1. Create a new book: POST: /books
  2. Get a book by id: GET: /books/:id
  3. Get all books: GET: /books
  4. Update book: PUT: /books/:id
  5. Delete book: DELETE: /books/:id

Technologies used

  • Node.js
  • Express.js
  • TypeScript
  • MySQl
  • Sequelize
  • Joi for request body validation
  • Dotenv

Schema

Check it here My Schema

Config inside .env file

PORT="" DATABASE_URI=""

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published