A web application built with Tailwind CSS, JavaScript NextJs for the front end, and Node.js for the back end. It enables users to perform CRUD operations on user profiles, providing a visually appealing interface and responsive design.
For detailed API documentation, please refer to the ProfilesPlus API Documentation
You can access the Project Overview video using the following link: Project Overview Video
To get started, you need to clone the project repository using the following command:
git clone [email protected]:khalifalmahmud0/full-stack-user-profile-management-system.git
After cloning, navigate to the project directory:
cd full-stack-user-profile-management-system
cd backend
yarn
yarn dev
The backend configuration is stored in the .env file, which has not been added to the .gitignore file for easy setup.
cd frontend
yarn
yarn dev
The frontend configuration is stored in .env.local file, which has not been added to the .gitignore file for easy setup.
You can also access the live preview of the User Profile Management System on Vercel: https://profiles-plus.vercel.app/
This project is licensed under the MIT License.
If you have any questions or need further assistance, you can reach out to the project owner at almahmudkhalif@gmail.com