This repository contains the backend codebase for the WeRaise crowdfunding platform.
This things has to be done
- Dynamically render JSP pages and display data.
- Implement authentication using OAuth and standard methods.
- Encrypt passwords for enhanced security.
- Integration with payment gateways.
- User profile and dashboard functionality.
- Java Servlet for backend development.
- JSP (JavaServer Pages) for dynamic page rendering.
- OAuth for authentication.
- Encryption libraries for password security.
- Clone this repository to your local machine.
- Set up your Java development environment.
- Run the project using a servlet container like Apache Tomcat.
- Access the backend functionalities through API endpoints.
- Apache Tomcat 10.1.20
- Postgres JDBC jar file - JDBC JAR File
- Servlet API
We welcome contributions to enhance the WeRaise backend. To contribute:
- Fork this repository.
- Create a feature branch (
git checkout -b my-feature
). - Commit your changes (
git commit -m "Added new feature"
). - Push to the branch (
git push origin my-feature
). - Open a pull request detailing your changes.
- Implement dynamic data fetching and rendering for live campaign information.
- Enhance integration with payment gateways.
- Develop user profile and dashboard functionality.
Project Maintainer: Rahul Parihar [[email protected]]