Skip to content

vijaygehlot/users-detail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-detail Application

Description

Users application with following features:

  • Listing of all the records (possibly) currently (added ) in the database by local json

screenshot

Requirements

Node.js and Express installed

Installation and Usage on Local Machine

  1. Clone the repo:
$ git clone https://github.com/vijaygehlot/users-detail.git

  1. Install all dependencies:
$ cd user-detail
$ npm install
  1. Build the app:
$ npm run build
  1. Run the app:
$ npm run start

The application should now run on localhost:3000

Tech Stack

  • React
  • Sass
  • Node/Express

Releases

No releases published

Packages

No packages published