Welcome to the Thaali Center, your comprehensive platform for managing users, communities, and menus seamlessly. Powered by cutting-edge technologies like React, Express, MongoDB, and Java Spring Boot, our system ensures efficiency, security, and user satisfaction. This project aims to streamline operations, enhance productivity, and drive growth for businesses and communities.
- Overview
- Technologies Used
- Installation
- Features
- Usage
- API Endpoints
- Future Enhancements
- Contributing
- License
- React: A JavaScript library for building user interfaces.
- Bootstrap: A CSS framework for responsive design.
- Axios: A promise-based HTTP client for making API requests.
- Node.js: A JavaScript runtime for server-side development.
- Express: A web application framework for Node.js.
- MongoDB: A NoSQL database for storing data.
- Litepicker: A lightweight date picker library for selecting dates.
- Java Spring Boot: A framework for building Java-based backend applications.
- Spring Security: A framework for securing Java applications.
- Spring Data JPA: A framework for data access in Java applications.
- Node.js and npm installed on your machine.
- MongoDB installed and running.
- Java Development Kit (JDK) installed for Java backend.
-
Clone the Repository
https://github.com/Mustafabharmal/Thaali-System.git cd Thaali-System
-
Backend Setup
cd backend npm install
Create a
.env
file in thebackend
directory with the following content:MONGODB_URI=mongodb://localhost:27017/thaalicenter
Start the backend server:
node app.js
-
Frontend Setup
cd ../frontend npm install
Start the frontend server:
npm start
-
Java Backend Setup
cd ../java-backend mvn clean install
Start the Java backend server:
mvn spring-boot:run
- User Management: Add, update, and delete user profiles.
- Community Management: Add new communities, update existing ones, and maintain community data.
- Menu Management: Create, update, and delete menus with support for Gujarati language.
- Feedback and Complaint Module: Manage user feedback and complaints efficiently.
- Variety Module: Translate English menu items to Gujarati, providing 5 relevant words for selection.
- Security: Robust security measures to protect user, community, and menu information.
- Responsive Design: Access the system from any device with optimal performance.
-
Start MongoDB:
mongod
-
Start the Backend Server:
cd backend node app.js
-
Start the Frontend Server:
cd frontend npm start
-
Start the Java Backend Server:
cd java-backend mvn spring-boot:run
- Open your browser and navigate to
http://localhost:3000
to access the frontend. - The backend API is available at
http://localhost:5000
.
GET /users
- Retrieve all users.POST /users
- Add a new user.PUT /users/:id
- Update a user.DELETE /users/:id
- Delete a user.
GET /communities
- Retrieve all communities.POST /communities
- Add a new community.PUT /communities/:id
- Update a community.DELETE /communities/:id
- Delete a community.
GET /menus
- Retrieve all menus.POST /menus
- Add a new menu.PUT /menus/:id
- Update a menu.DELETE /menus/:id
- Delete a menu.
GET /feedbacks
- Retrieve all feedbacks.POST /feedbacks
- Add a new feedback.PUT /feedbacks/:id
- Update a feedback.DELETE /feedbacks/:id
- Delete a feedback.
GET /variety
- Retrieve all varieties.-
POST /variety
- Add a new feedback.
PUT /variety/:id
- Update a feedback.DELETE /variety/:id
- Delete a feedback.
- Enhanced Reporting: Advanced analytics and reporting features for better decision-making.
- Mobile App: Develop a mobile application for even more accessible management.
- Multilingual Support: Support for multiple languages to cater to a broader audience.
- AI Integration: Implement AI to analyze user feedback and improve system functionalities.
- Enhanced Feedback Module: Additional features for categorizing and prioritizing feedback and complaints.
We welcome contributions to enhance the Thaali Center. If you have suggestions or improvements, please create a pull request or submit an issue on GitHub.
This project is licensed under the MIT License. See the LICENSE file for more details.