Skip to content

Vitamon-App/Vitamon-backend

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published