IvanDobrovolsky / online-store-app

This is simple online store of computers implemented with React.js to demonstrate how this library makes our lives easier and the way we create apps more logic and straightforward.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

online-store-app

This is simple online store of computers implemented with React.js to demonstrate how this library makes our lives easier and the way we create apps more logic and straightforward. The back end part is done with Node.js stack.

alt tag

Getting started:


Node.js + Express.js + MongoDB RESTful API:

Method Url Result
GET /api/computers Retrieve all computers
POST /api/computers Create new computer
POST /api/computers/filter Filter computers
GET /api/computers/:id Retrieve a computer by its id
PUT /api/computers/:id Update an existing computer
DELETE /api/computers/:id Delete an existing computer
GET /api/brands Retrieve all computer brand names

About

This is simple online store of computers implemented with React.js to demonstrate how this library makes our lives easier and the way we create apps more logic and straightforward.


Languages

Language:JavaScript 86.9%Language:CSS 12.3%Language:HTML 0.8%