Skip to content

illarios/MSAcademy-CrowdfundingProject

Repository files navigation

Crowdfund

You have been given the opportunity to work for a big client. The task at hand is to create a crowdfunding platform (like KickStarter or Indiegogo) for the Web where one, the Project Creator, could share their wildest idea and others, the backers, could contribute financially to see it happening.

The Project Creator promotes his idea through a custom project profile page where he can add a project title, Description, photos, videos and post status updates, whenever necessary.

In addition to that, the Project Creator should be able to track the project's financial progress through his Dashboard page. To motivate backers to contribute, he/she should offer a number of funding packages where each package is accompanied by a reward to the backer.

A backer should be able to browse all Projects and invest on any one he wishes. He can find Projects either through plain text search or by browsing by category, and he should be able to view the site's trending projects. He/she should also be able to view the projects he funded and observe their progress.

Your client wishes to create a proof of concept of the application, with separate screens for the Project Creator and the backer (authorization not required for the proof of concept), enabling him to showcase it's usage to Angel Investors to receive funding.

Hard requirements:

  1. Create a new project (Project creator)
  2. Add reward packages (Project creator)
  3. Fund a project by selecting a reward package (backer)
  4. View list of available projects (backer)
  5. View Project's page (backer & Project Creator)
  6. View a list of funded projects (backer & Project Creator)
  7. Provide a REST API allowing third party integrations.

As always, the project's source code must be delivered on github, and all coding and architectural standards discussed in classroom applied.


Final Project Requirements - Criteria:

Backend development

  1. Define a Model
  2. Persist Model (using EF Core)
  3. Define project's Services in Interfaces. Establish project's functionality.
  4. Expose Services to a MVC project

Requirements

  1. Use EF Core
  2. Use DI
  3. USE CODING CONVENTIONS

Frontend development

  1. Use Ajax for all form submissions
  2. Use Bootstrap for UI elements
  3. Handle double clicks in forms
  4. Use Javascript coding conventions
  5. Display validation messages

Git Requirements

  1. Each team member's contribution should be clearly depicted with commits
  2. Provide clear and descriptive commit messages
  3. Use branches for each features development

Happy Coding :)

About

MSAcademy-CrowdfundingProject - Group 4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published