Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.17 KB

README.md

File metadata and controls

31 lines (22 loc) · 1.17 KB

Vitamon

Vitamon is a fun mobile application that allows users to set and achieve goals through a routine and reward system. In our app, Vitamons are monsters that are fed through users’ healthy habits and daily accomplishments. You can also add friends to help keep you accountable. Flex your achievements on the Vitamon app!

Technologies

Our server was created with Node.js, Express, Passport, PostgreSQL, and Sequelize, and deployed on Heroku.

Our frontend was created with JavaScript, React Native, Expo, React Navigation, Redux, and Victory.js.

Developers

Melissa Pastore | Veronica Tomchak | Priscila Pintado | Daniel Park

Installation

git clone https://github.com/Vitamon-App/Vitamon-backend
cd vitamon-backend

// if you have the psql command line installed:
createdb vitamon and vitamon-test

// otherwise:
psql
CREATE DATABASE vitamon;
\q

npm install
npm run seed
npm run start-server