Galaxy Planning is a full-stack application designed to make household planning easier. A user or users can keep track of what chores each person is responsible for. Themed around superheros, the app creators hope that this increases interactivity and engagement for younger members of each household.
All credentials are protected with encryption. A Sequelize ORM coupled with GET and POST enables server-side CRUD functionality.
- Installation
- Technologies
- Standards
- Images
- Contributors
- License
- Live Deployment & Repo Links
- Contact
- Install all dependencies by running
npm install
in your terminal (no arguments).- by default npm will install all modules listed as depencies in package.json.
- if nodemon is not installed globally run npm install nodemon in the command line for this project.
- global nodemon install code:
npm install nodemon -g
- global nodemon install code:
- Copy and Paste the schema into MySQL Workbench and run all code.
- Launch the application front-end in the command line with
nodemon server.js
- Nodemon will show what localhost the project is launched on (most likely http://localhost:8080/). Follow the link.
- Bootstrap 5.0
- MySQL & Workbench
- Vanilla JS
- Heroku
- Node.js
- AJAX
- NPM
- express
- dotenv
- bcryptjs
- mysql2
- sequelize
- passport
- handlebars.js
- nodemon
- Meets MVC Folder Structure Paradigm Standards
Github Repo: your repo here
Live Deployment: https://galaxy-planner.herokuapp.com/
- YOUR NAME HERE
- EMAIL:
- GITHUB