{"id":19304554,"url":"https://github.com/divy9881/crowdfundingweb","last_synced_at":"2026-04-12T17:38:56.580Z","repository":{"id":85534097,"uuid":"173419747","full_name":"divy9881/CrowdFundingWeb","owner":"divy9881","description":"Crowd Funding Webapp with Neurelo and MongoDB","archived":false,"fork":false,"pushed_at":"2024-09-24T16:13:40.000Z","size":855,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-06T00:09:57.537Z","etag":null,"topics":["database","database-abstractions","expresss-js","mongodb","mongoose","neurelo","nodejs"],"latest_commit_sha":null,"homepage":"","language":"EJS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divy9881.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-02T07:53:42.000Z","updated_at":"2024-08-06T19:44:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"25af05f9-105a-4b7e-a92e-de5163f2c5ec","html_url":"https://github.com/divy9881/CrowdFundingWeb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divy9881%2FCrowdFundingWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divy9881%2FCrowdFundingWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divy9881%2FCrowdFundingWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divy9881%2FCrowdFundingWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divy9881","download_url":"https://codeload.github.com/divy9881/CrowdFundingWeb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240404758,"owners_count":19796064,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","database-abstractions","expresss-js","mongodb","mongoose","neurelo","nodejs"],"created_at":"2024-11-09T23:30:10.753Z","updated_at":"2026-04-12T17:38:51.520Z","avatar_url":"https://github.com/divy9881.png","language":"EJS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Crowd Funding Webapp with Neurelo and MongoDB\n\n## Inspiration\n- Usually, the owners of the CrowdFunding infrastructure take away a significant share of the funds received by the campaigns in the name of \"supporting the services\" and \"covering deployment and maintenance costs\"\n- This Webpage application enables society to raise and fund campaigns without needing to have a middleman/broker to channel the funds to campaign owners\n- Created two clones of the same application one using Neurelo's Javascript SDK which connects to Neurelo's Database Abstraction layer for Database needs and other, a more traditional way, by using Mongoose as an ORM to connect to MongoDB. This is to help compare and contrast among the two alternatives\n\n## What it does\n- Institutions or NGO representatives can create and run campaigns for their noble cause in order to raise funds to support their rationale\n- The platform can leverage the massive user base of the Ethereum network to be able to broadcast the campaigns to the users and being able to raise funds\n- It minimizes fund-raising fees(which is a significant share) levied by intermediate platform owners\n\n## How to spin-up the server based on Neurelo\n```\n# Install Node.js dependencies\n$ npm install\n\n# Install nodemon command-line globally on the machine\n$ npm install -g nodemon\n\n# Change directory to Neurelo-app\n$ cd Neurelo-app\n\n# Spin-up daemonized development server, to enable making code changes and reflect updates to the Frontend/Server in the live\n$ npm run start-dev\n\n# Spin-up production server\n$ npm run start\n```\n\n## How to spin-up the server based on Mongoose\n```\n# Install Node.js dependencies\n$ npm install\n\n# Change directory to Mongoose-app\n$ cd Mongoose-app\n\n# Spin-up daemonized development server, to enable making code changes and reflect updates to the Frontend/Server in the live\n$ npm run start-dev\n\n# Spin-up production server\n$ npm run start\n```\n\n## Code organization and its description\n- `Neurelo-app/`: Root-level directory for all the files associated with the application based on Neurelo's SDK\n- `Neurelo-app/app.js`: Entry-point file for the Neurelo-based application\n- `Neurelo-app/controller`: Directory which constitutes all the controller logic associated with creating projects, commenting on a project, fetch projects by category, fetching information about a specific project, pledging money to a particular project, etc.\n- `Neurelo-app/controller/lib`: Static JS libraries for frontend\n- `Neurelo-app/controller/*.js`: Files associated with the controller logic\n- `Neurelo-app/view`: Directory which constitutes all the files associated with the styling, templates, and assets associated with the webpage\n- `Neurelo-app/view/ejs`: Embedded Javascript templating files\n- `Neurelo-app/view/css`: CSS files\n- `Neurelo-app/view/assets`: Assets associated with the webpages\n- `Mongoose-app/`: Root-level directory for all the files associated with the application based on Neurelo's SDK\n- `Mongoose-app/app.js`: Entry-point file for the Mongoose-based application\n- `Mongoose-app/model`: Directory associated with the models of the MongoDB collections which user should abide to for semantic purposes while using mongoose\n\n\n## How is it built\n- MVC(Model-View-Controller) framework was being adopted to develop the backend and frontend for the Webpage\n- Tech stack includes `Node.js(Primary Language)`, `Express.js(REST API framework)`, `Passport.js(Authentication)`, `MongoDB(Primary Database)`, `Neurelo(Database Abstraction layer)`, `Mongoose(ORM as an experimental alternative to Neurelo)`, `EJS(Templating library for frontend)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivy9881%2Fcrowdfundingweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivy9881%2Fcrowdfundingweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivy9881%2Fcrowdfundingweb/lists"}