/crud-app

Add your favorite list of books online and store it to database

Primary LanguageJavaScript

CRUD Application to manage your favorite books

Add your favorite list of books online and store it to database

Features

  • List your favorite book in table view with pagination
  • Store you books into database so you the book persists in the table
  • Add - Update - Delete the book anytime with ease

Run Docker compose

run Locally with docker

  docker-compose up

Run on localhost

Clone the project

  git clone https://github.com/Abdo-Hassan/list-of-tickets

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start