Skip to content

A simple product management app using React & Redux 📦

Notifications You must be signed in to change notification settings

tevinsteinamos/product-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

product-app

A simple product management app using React & Redux 📦

This is my Kodefox's practice for client/server app using:

Clone repository git clone https://github.com/tevinstein/coolest-product-app.git

Server

Installation

  • Go to server directory: cd server
  • Install packages: npm install
  • Run the server: npm start
  • Server is located on: http://localhost:3000

REST API

URL Method Description
/products GET Show all product from file products.json
/products/add POST Add a product data and update file products.json
/products/:id/edit POST Edit a product data and and update file products.json
/products/:id/delete GET Delete a product data and and update file products.json

Client

Installation

  • Run server: See Server Installation
  • Go to client directory: cd client
  • Install packages: npm install
  • Run application: npm start
  • Access the app on your browser: http://localhost:8080

About

A simple product management app using React & Redux 📦

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published