Skip to content

A full-stack web application that allows users to view and interact with a list of users. Its Database contains 1000 of documents

Notifications You must be signed in to change notification settings

HarshSharma0801/UserPilot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

UserPilot

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.

Backend Link

live here

Video

UserPilotVideo.webm

Screenshots

Screenshot (63)

Screenshot (62)

Screenshot (61)

Screenshot (60)

Screenshot (59)

Screenshot (58)

Screenshot (57)

Screenshot (56)

Screenshot (55)

Screenshot (54)

Screenshot (53)

Screenshot (52)

Screenshot (49)

Key Features

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

Demo

live here

Installation

Use the package manager [npm](https://www.npmjs.com/ to install UserPilot.

For Server

cd Server
npm install

For Client

cd Client
npm install

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

Mongo_ConnectionString

PORT

JWTACCESS

Run Locally

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.

About

A full-stack web application that allows users to view and interact with a list of users. Its Database contains 1000 of documents

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages