This is a full-stack Online Project Management System (OPMS) designed to help teams manage projects efficiently.
- User authentication and authorization
- Project creation and management
- Task assignment and tracking
- Real-time notifications
- Frontend: React, Redux
- Backend: Node.js, Express
- Database: MongoDB
- Clone the repository:
git clone https://github.com/OdinBits/full-stack-opms.git
- Navigate to the project directory:
cd full-stack-opms
- Install dependencies:
npm install
- Start the development server:
npm start
- Open your browser and navigate to
http://localhost:3000
Contributions are welcome! Please read the contributing guidelines first.
This project is licensed under the MIT License. See the LICENSE file for details.