TEST TASK
It is single-page application using React / Redux(client side) + nodejs(server side).The app is having the minimal possible set of 3rd party libraries.
Specs:
- There are 2 roles in the app - User and Admin.
- The user can visit only the homepage (Just a blank page with some “hello-world" page.
- Admin can visit the homepage and RESTful pages with CRUD for all Users.
- Users CRUD have filters and pagination.
- Users can register and login using email and password (no email confirmation).
Getting Started
*Assuming that Node is already installed on your PC.
To get the project running on your PC you have to first get the clone: url: https://github.com/nitinvupk/react-node-task.git
Then you have to do "npm install" inside the project directory.
Then "npm start" to start the project.
Note- Any feedbacks for improvement are appreciated.