ALIVE is a web application designed to connect low-income users to organizations in their area that provide free vital reources. It allows users to log in, save favorites, see local resources on a map, filter resources by category, and make comments.
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