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 backendto change to the backend directorynpm installto install dependenciesnpm startto run backend
cd frontendto change to the frontend directorynpm installto install dependenciesnpm run devto run frontend
Frontend and backend directories have access to the following commands to check and fix linting issues.
npm run lint-checkruns lint checks on your code.npm run lint-fixfixes any automatically fixable lint errors.npm run formatruns code formatting checks and fixes any formatting errors.