4 Future Leaders of Tomorrow focuses on providing resources (ie. food, toys, housing referrals, etc.) to underprivileged communities to end homelessness, hunger, and disparity. Our proposed solution for them is to reorganize the website to have the standard pages of an organization informational website (ie. Home Page, About Us, Contact Us) with the additions of a Donations page, Testimonials page, Upcoming Events page, and Newsletter page to highlight the impact of 4FLOT in the community and ways for people to help support 4FLOT in its efforts.
Tech Stack: MongoDB, Express, React, Node
Other Tools: Git, Postman
- From slack, copy/paste the .env file into the backend directory
cd backend
to change to the backend directorynpm install
to install dependenciesnpm start
to run backend
cd frontend
to change to the frontend directorynpm install
to install dependenciesnpm run dev
to run frontend
Frontend and backend directories have access to the following commands to check and fix linting issues.
npm run lint-check
runs lint checks on your code.npm run lint-fix
fixes any automatically fixable lint errors.npm run format
runs code formatting checks and fixes any formatting errors.