Project-Grid is a project management tool that lets you get everything regarding your project under your wrist, whether it could be creating project, creating manager, assign them to project, sending notification, and much more.(under developement)
Access the ExploreNature platform through (project-grid-index.vercel.app/)
Watch our guided video walkthrough: Link to Feature Walkthrough
- Robust Sign-in/soign-out
- JWT token authenticated
- Admin creating project, assigning managers, assigning users
- Sending Notifications to user
- View and manage all projects
- Users can manage the projects he is associated with
- Designed for simplicity and intuitive user experience for demonstration purposes.
- Assumption: Simplified authentication process for the sake of this demo.
- Clone the repository:
git clone https://github.com/Guyvinay/Project-Grid.git
- Install dependencies:
npm install
- Start the guided tour:
ng serve
POST /api/auth/register
- Register a new user.POST /api/auth/login
- Log in an existing user.
- Front-end:Angular,Tailwind css, Typescript
- Back-end: Java, Spring Boot
- Database: MySql