Welcome to the Application Management System project repository! This project is dedicated to tracking the progress and development of our web application, designed to streamline the management of various applications within an organization.
Project Overview The Application Management System is a comprehensive web-based solution aimed at simplifying the management, tracking, and organization of applications. This system will help users to efficiently manage application data, monitor progress, and generate insightful reports.
Team Members We are a team of four developers collaborating on this project:
Gyan Jyoti Das Rituraj Gautam Jacinth Mahanta Adhiraj Nandy Project Structure
Getting Started To get started with the development environment, follow these steps:
Clone the repository:
git clone https://github.com/gyannj/application-management-system.git
cd application-management-system
Install dependencies:
npm install
Run the development server:
npm run dev
Access the application:
Open your browser and navigate to http://localhost:3000 to see the application in action.
Technologies Used
Frontend: Next.js, React, Tailwind CSS, ShadCN Backend: Node.js, Express (for API routes) Database: MongoDB Authentication: Clerk
Contributing
We welcome contributions from our team members. To contribute, follow these steps:
- Clone the repository.
- Create a new branch:
git branch <branch-name> git checkout <branch name>
3.Make your changes and stage them:
git add .
4.Commit your changes
git commit -m "Add your feature"
5.Push to the branch:
git push origin <branch-name> (Note: Not main branch)
6.Create a pull request from the browser
Progress Tracking
We are using GitHub Projects to track the progress of our development. You can view the project board here.
License This project is licensed under the MIT License - see the LICENSE file for details.
Contact For any inquiries or issues, please contact gyanjyotidas677@gmail.com
We are excited to work together on this project and build a robust application management system! Let's make this project a success.
Happy coding!

