Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muntasir-fahii/applima-server
The project management website built using React.js, Express.js, MongoDB, and Tailwind CSS allows users to manage projects easily. Users can add, update, and delete projects comfortably. The website has a modern design and provides a range of features for task assignment, deadline tracking, progress monitoring, collaboration, and report generation.
https://github.com/muntasir-fahii/applima-server
bycrypt cors expressjs jwt-token mongodb mongoose reactjs validator
Last synced: about 7 hours ago
JSON representation
The project management website built using React.js, Express.js, MongoDB, and Tailwind CSS allows users to manage projects easily. Users can add, update, and delete projects comfortably. The website has a modern design and provides a range of features for task assignment, deadline tracking, progress monitoring, collaboration, and report generation.
- Host: GitHub
- URL: https://github.com/muntasir-fahii/applima-server
- Owner: muntasir-fahii
- Created: 2023-02-18T15:53:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T11:32:40.000Z (almost 2 years ago)
- Last Synced: 2024-12-18T23:36:34.664Z (about 2 months ago)
- Topics: bycrypt, cors, expressjs, jwt-token, mongodb, mongoose, reactjs, validator
- Language: JavaScript
- Homepage: https://applima.netlify.app
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Applima
Applima is a project management website that offers a platform for managing projects and tasks. This project is built using Express.js, React.js, React Router, Tailwind CSS, MongoDB, Mongoose, CORS, and JSON Web Tokens, implementing both frontend and backend.
## Project Description
Applima offers the following features:
- Users can create and manage projects, and add tasks to each project.
- The website uses React Router to provide a seamless user experience with its dynamic routing functionality.
- Users can mark tasks as complete and remove them from the project.
- The website is designed with Tailwind CSS, providing a modern and responsive user interface.
- The backend uses Express.js to handle RESTful API requests and is implemented with MongoDB, Mongoose, CORS, and JSON Web Tokens.## Tools Used
Applima was built using the following tools:
- Express.js
- React.js
- React Router
- Tailwind CSS
- MongoDB
- Mongoose
- CORS
- JSON Web Tokens## Installation
To run Applima on your local machine, follow these steps:
1. Clone the repository using the command:
`
git clone https://github.com/your-username/applima.git
`2. Navigate to the project directory using the command:
`
cd applima
`3. Install the required dependencies using the command:
`
npm install
`4. Start the development server using the command:
`
npm run dev
`5. Open your web browser and navigate to http://localhost:3000
## Conclusion
In conclusion, Applima is a project management website that offers a platform for managing projects and tasks. This project is built using Express.js, React.js, React Router, Tailwind CSS, MongoDB, Mongoose, CORS, and JSON Web Tokens, implementing both frontend and backend. The website provides a seamless user experience with its dynamic routing functionality and modern user interface. Applima is a useful tool for managing projects and tasks for personal or team use.