Skip to content

NaveenChand755/node-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-react

A simple application built to display users and their activity logs using ReactJs for the Front End and NodeJs for the backend.

Project Structure

Application contains client folder which contains all the UI components which inturn contains

  1. Signin component which shows signin page for the user to login built using materialUI and the email and password is hardcoded

Use email as [email protected] and password as admin123 to login

  1. The homepage shows the list of user names on clicking the username a modal popup will displayed which shows activity logs of the users

  2. To get the users List a simple GET api is built using expressJS which reads a json file and sends that json data as the response

  3. To start the application i have used concurrently npm package which starts and Frontend and backend concurrently

use npm install && npm run dev to run the application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published