A special concept crowd-funding application that will allow those fighting for the Burmese Revolution to organize funding efforts on a secure platform. Project organizers will be able to allow users to donate art assets toward their individual causes. Users can also sign up to purchase art in support of the revolution.
TECHNOLOGIES USED: MongoDB and Mongoose ODM for the database, React front end, pure CSS for styling, Apollo/GraphQL API with Node.js and Express.js server, User Authentication (JWT)
Project Deployed to Google Cloud: https://robotic-sanctum-364800.uw.r.appspot.com/
GitHub repo: https://github.com/min-hinthar/project-3-crowdfunding-app
Logged-in View (Test Profile: JDoe@testemail.com)
Run 'npm i' to install all required dependencies for the application.
develop
To run the application, run 'npm run seeds' to populate seeded data, to launch run 'npm run develop' to run both the client and server scripts. Otherwise, visit the deployed project linked above to test the applications functionality.
User StoryAs a proponent of the Burmese Revolution, I would like to sign up for an account to raise funds for my cause/project. Users who would like to support the different causes can sign up for an account to purchase art or simply donate directly.
Acceptance Criteria
- Use React for the front end.
- Use GraphQL with a Node.js and Express.js server.
- Use MongoDB and the Mongoose ODM for the database.
- Use queries and mutations for retrieving, adding, updating, and deleting data.
- Be deployed using Heroku (with data).
- Have a polished UI.
- Be responsive.
- Be interactive (i.e., accept and respond to user input).
- Include authentication (JWT).
- Protect sensitive API key information on the server.
- Have a clean repository that meets quality coding standards (file structure, naming conventions, best practices for class and id naming conventions, indentation, high-quality comments, and so on).
- Have a high-quality README (with unique name, description, technologies used, screenshot, and link to deployed application).
YES
MIT