Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itiaditi/usermanagement
https://github.com/itiaditi/usermanagement
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/itiaditi/usermanagement
- Owner: itiaditi
- Created: 2024-08-13T07:07:43.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T09:20:05.000Z (5 months ago)
- Last Synced: 2024-11-14T15:12:14.476Z (2 months ago)
- Language: JavaScript
- Homepage: https://user-management-puce.vercel.app
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Management Web Application
## Technologies Used
- Frontend: ReactJS
- Backend: NodeJS
- Database: MongoDB## Setup Instructions
### Backend
1. Clone the repository
2. Navigate to the backend directory.
3. Install dependencies:
```bash
npm install
```
4. Start the backend server:
```bash
npm run server
```
5. Ensure that MongoDB is running and properly connected.### Frontend
1. Clone the repository.
2. Navigate to the frontend directory.
3. Install dependencies:
```bash
npm install
```
4. Start the React development server:
```bash
npm run dev
```## Features
- **User List:** Displays a table of users with options to select and delete users.
- **Sign Up Form:** Allows new users to sign up by providing email, first name, last name, and password.
- **Delete User:** Confirms and deletes a selected user from the list.
- **Export to CSV:** Export selected user data to a CSV file.