Alive is a web application designed to help people connect with organizations that offer free resources.
The idea was developed thinking about the most vulnerable community members, to help them meet the most basic needs, like food , shelter, health and hygine.
The main goal is to gather in one place all the resources available and display them in an easy to navigate way.
To accomplish that, the application take user's location and display resources on a map, allowing users to search and filter resources by category.
Added functionalities allow users to register and save favorites, and comment on the resources.
To test the code:
BACK END
- Populate the databases:
$ pipenv run popdb - Run the application:
$ pipenv run start
FRONT END
3. Start the webpack dev server
$ npm run start


