Skip to content

Rommyaji/restfulapi-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This repository contains a restful api project for simple crud applications with database. Written in Javascript node js and use mysql as a database. Currently only 2 tables exist : users and products.

Prequisites & Library

Informations

Example of basic RESTful API (CRUD) included users and products data. Technology used are NODE JS, EXPRESS JS, MYSQL. How to start : npm run start-apiservice

Features

  1. Password encryption and update validation
  2. Product content pagination
  3. Simple JWT for protected route and authorization for users data update
  4. Products data retrieval by ID or name

About

Basic RESTful API with users and products data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published