A full-stack web application that allows users to view and interact with a list of users. Its Database contains 1000 of documents , create teams select user , perform CRUD operations with Users . Its displays Users and Teams With Pagination support.
UserPilotVideo.webm
1. Display users with Full Pagination
2. Searching Querring through all Documents
3. Filter Query , and select multiple filters simultaneously
4. Create a team: Users should be able to create a team by selecting users from the list
5. CRUD Operations can be performed by owner on added user
6. Fully Responsive
7. Interactive UI
Use the package manager [npm](https://www.npmjs.com/ to install UserPilot.
cd Server
npm install
cd Client
npm install
To run this project, you will need to add the following environment variables to your .env file
Mongo_ConnectionString
PORT
JWTACCESS
Clone the project
git clone https://github.com/HarshSharma0801/UserPilot.git
Go to the Server
cd Server
Install dependencies
npm install
Start the server
node server.js
Go to the Client
cd Client
Install dependencies
npm install
Start the server
npm run dev
would like to change.
Please make sure to update tests as appropriate.