/Cointab-SQL-assignment

This is an assignment

Primary LanguageJavaScript

Cointab Backend assignment

## Introduction
This is an backend project which is made on SQL

Video Walkthrough of the project

Features

List out the key features of your application.

  • GET
  • POST
  • DELETE

Installation & Getting started

Detailed instructions on how to install, configure, and get the project running.

npm install 
cd my-project
npm run start

Usage

Provide instructions and examples on how to use your project.

## APIs Used
If your application relies on external APIs, document them and include any necessary links or references.

## API Endpoints
In case of Backend Applications provide a list of your API endpoints, methods, brief descriptions, and examples of request/response.

All routes of the application

Fetch all the users - /users

Add users to the database - /users/create

Delete users from the database - /users/delete/:id

get users by name - /users?name=braj

Sorting and Filtering users by-

GET /users?name=braj&sort=name&order=DESC

sorting by name - /users?sort=braj

sort users in ASC order = /users?order=ASC

sort users in DESC order = /users?order=DESC

## Technology Stack List and provide a brief overview of the technologies used in the project. - Node.js - Express.js - SQL - MySQL