Skip to content

jholtkort/tri-workouts

Repository files navigation

Tri Workouts

Workout logger built using the MERN stack, which logs swim, bike, and run workouts.

Makes ues of:

- React
- Redux
- Express
- React Router
- Redux Form
- Passport
- Google OAuth
- Cookie Session
- Joi
- Reactstrap
- Axios
- Lodash

To contribute:

  • In /config, add a file named 'dev.js' with the following:

    module.exports = {
      "googleClientID": "YOUR_GOOGLE_CLIENT_ID",
      "googleClientSecret": "YOUR_GOOGLE_CLIENT_SECRET",
      "mongoURI": "YOUR_MONGODB_URI",
      "cookieKey": "YOUR_COOKIE_KEY"
    };
  • To start development environment, run the following in your terminal:

    npm install
    npm run client install
    npm run dev
    

About

MERN stack application that logs workouts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published