/Bootcamp-Overflow

A Stack Overflow lite specifically build to be used for past/current/future members of the UNCC Coding Bootcamp

Primary LanguageHTML

Bootcamp_Overflow

An application inspired by Stack_Overflow and designed for student of the Trilogy Education Bootcamps. Designed with handlebars, bulma.io, express servers and a SQL database.

Bootcamp_Overflow

Bootcamp_Overflow

Test Username: testing123 Test Password: password

Getting Started

  1. Fork and copy or copy directly from this repository then git clone to your machine
  2. Run npm install
  3. Using MySQL, run the schema.sql file contents in SQL to initialize the database
  4. If you prefer to change the localhost to a different port, the variable is located at the top of server.js
  5. Run npm start

Any questions email me dbdoyle182@gmail.com

Prerequisites

  • Having MySQL installed on your computer
  • Node.js installed globally
  • Heroku CLI installed globally

Deployment

  1. Initialize a github repository with your local folder
  2. Git add, commit and push all changes to master
  3. Run heroku create
  4. Go to the heroku project page and install mLab under the add ons section (You will need to have a credit card on file, this does not cost any money however)
  5. Run git push heroku master
  6. Once it finishes deploying run heroku open

Built With

Versioning

For the versions available, see the tags on this repository.

Authors

See the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details