Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmilon923/crowdcube-backend
https://github.com/devmilon923/crowdcube-backend
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devmilon923/crowdcube-backend
- Owner: devmilon923
- Created: 2024-12-08T09:57:25.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-21T15:59:57.000Z (18 days ago)
- Last Synced: 2024-12-21T16:42:43.987Z (18 days ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crowdcube - A Crowd Funding Platform
Welcome to **Crowdcube**, a crowdfunding platform where users can raise money for personal needs, creative ideas, and startups. Crowdcube connects individuals with causes they care about by offering a seamless donation process.
**Live Site**: [Crowdcube Live](https://crowdcube24.netlify.app/)
## Features
- **Campaign Management**: Create, update, view, and delete campaigns.
- **User Authentication**: Secure authentication using email/password or Google login.
- **Donation Management**: Allow users to donate to active campaigns.
- **Private Routes**: Protect routes with JWT authentication to ensure only logged-in users can access certain pages.
- **Database Integration**: Integrated with MongoDB to store user, campaign, and donation data securely.## Technologies Used
1. Node.js: Backend runtime.
2. Express.js: Web framework for building API endpoints.
3. MongoDB: NoSQL database for storing user, campaign, and donation data.
4. Firebase: For user authentication and photo URL storage.
5. Mongoose: ODM for MongoDB to simplify database operations.