- Download the repository and use the terminal to access it.
- Access /front and install the necessary packages (
npm install
). - Access /back and install the necessary packages (
npm install
). - Create
.env.development
and.env.production
files within /front that include at leastREACT_APP_API_URL=http://localhost:5000
. It should also include aREACT_APP_PAYPAL_CLIENT_ID
in order to make the PayPal button work. - Create
.env
file 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
andEMAIL_PWD
for nodemailer e-mails. - Start backend /back with
npm run dev
. - Start frontend /front with
npm start
. The browser will open up shortly on localhost:3000.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
natgarea/causaimpacto
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published