https://github.com/katieclauswell/cms-blog
A forum with account authentication and API CRUD routes.
https://github.com/katieclauswell/cms-blog
bootstrap express handlebars heroku jest mysql rest-api
Last synced: 3 months ago
JSON representation
A forum with account authentication and API CRUD routes.
- Host: GitHub
- URL: https://github.com/katieclauswell/cms-blog
- Owner: katieclauswell
- Created: 2022-02-14T07:31:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-16T02:20:42.000Z (over 4 years ago)
- Last Synced: 2025-06-25T03:40:25.028Z (about 1 year ago)
- Topics: bootstrap, express, handlebars, heroku, jest, mysql, rest-api
- Language: JavaScript
- Homepage: https://infinite-chamber-67506.herokuapp.com/
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS Blog
[](https://github.com/katiechurchwell/CMS-blog)
[](https://github.com/katiechurchwell/CMS-blog)
## Summary





A forum where the user can view posts as a guest and comment, upvote and post as an account holder.
## Deployment
https://infinite-chamber-67506.herokuapp.com/
## Screenshot

## Installation
- Clone the repository.
- Run `node install` in the terminal.
- Create a `.env` file at the root directory and add your mysql credentials:
```
DB_NAME="CMS_blog"
DB_USER="root"
DB_PW="your password"
```
- Sign into mysql and run `source db/schema` to intialize the database.
:heavy_exclamation_mark: *Remember to add `.env` to your `.gitignore` file.*
## Questions
If you have any questions about this project, please open an issue or use the contact information below:
* [katiechurchwell](https://www.github.com/katiechurchwell)
* [churchwellcatherine@gmail.com](mailto:churchwellcatherine@gmail.com)
---
