This project aims to develop a web application to streamline project progress monitoring and enhance communication within the Space Science and Geospatial Institute (SSGI). By automating the current manual project tracking system, the goal is to improve efficiency, data accuracy, and collaboration.
- Project creation and management
- Real-time progress tracking
- Easy access to project data and updates
- Report submission and sharing
- Secure data storage and user authentication
- User-friendly interface
- Notification system for updates and deadlines
To set up the backend, use the following commands:
npm install
npm install express-async-handler
npm install bcrypt
npm install dotenv --save
npm install express
npm install mongoose
npm install jsonwebtoken
npm install -g nodemon
npm install cors
To set up the fronend, use the following commands:
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install -D prettier prettier-plugin-tailwindcss
npm install axios
npm install jwt-decode
npm install flowbite