Skip to content

Web application built with React that allows users to find charities that may interest them and contribute with a donation. 💻 Built in 2 weeks. 🛠️ Technologies: JavaScript, React, Node.js, Express.js, MongoDB 🏆Voted as one of the two best projects of the bootcamp by the other students and the teaching staff.

Notifications You must be signed in to change notification settings

natgarea/causaimpacto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

causaimpacto

Instructions

  1. Download the repository and use the terminal to access it.
  2. Access /front and install the necessary packages (npm install).
  3. Access /back and install the necessary packages (npm install).
  4. Create .env.development and .env.production files within /front that include at least REACT_APP_API_URL=http://localhost:5000. It should also include a REACT_APP_PAYPAL_CLIENT_ID in order to make the PayPal button work.
  5. Create .envfile within /back, which should include: PORT = 5000, ENV = development, DB with database call, CLOUDINARY_CLOUD_NAME, CLOUDINARY_API_KEY, CLOUDINARY_API_SECRET for cloudinary uploads; EMAIL_ADDRESS and EMAIL_PWD for nodemailer e-mails.
  6. Start backend /back with npm run dev.
  7. Start frontend /front with npm start. The browser will open up shortly on localhost:3000.

About

Web application built with React that allows users to find charities that may interest them and contribute with a donation. 💻 Built in 2 weeks. 🛠️ Technologies: JavaScript, React, Node.js, Express.js, MongoDB 🏆Voted as one of the two best projects of the bootcamp by the other students and the teaching staff.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published