Welcome to User Management Web Application – a simple and scalable solution for managing users, profiles, and projects. This project features a modular and modern design to meet the demands of dynamic applications.
output.mp4
Feature | Description |
---|---|
Login/Logout | Secure authentication flow with cookies and local storage support. |
User Profile | Edit, update, and display user profile information, including image uploads. |
Feature | Description |
---|---|
User Search | Add a search bar to find users easily. |
User Management | Enable user creation, modification, and deletion by admins. |
Project Management | Add the ability to create, assign, and track projects for users. |
-
Clone the Repository:
git clone https://github.com/yourusername/user-management-app.git cd user-management-app
-
Start the Backend:
Make sure your backend server is running athttp://localhost:5000
. -
Serve via The Included Go Server:
go run server.go
To get live reloading, install air, then run
air
-
Open
http://localhost:3000
in your browser, and you're good to go! 🎉
This app aims to provide an intuitive interface for managing users and projects for HacherSchool.
This project is licensed under the MIT License. Feel free to fork, modify, and share your improvements!