rsensenig / codesquad-comics

course-project-rsensenig created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Project Status
  4. Contact
  5. Acknowledgments

About The Project

![CodeSquad Comics logo]

CodeSquad Comics is a collection of graphic novels read by Rachel Sensenig. The site is intended to display comic book covers along with information about each book, including the author, a rating, and other details about the graphic novel. You can browse through the complete collection on the homepage. Click on the cover image or the Details link to see even more information for each graphic novel including the publisher, genre, number of pages, and a brief synopsis. The About page includes meta information about this collection. Login is only available to the site administrator at this time.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow the following steps.

Prerequisites

  • npm
    npm install npm@latest -g

Installation

  1. Clone the repo
    git clone https://github.com/CodeSquad-Boston/course-project-rsensenig.git
  2. Install NPM packages
    npm install
  3. Run the server
    node app.js

(back to top)

Project Status

This project is still under development. Here is a log of current bugs that I'm working on:

1/23/2023 - I switched deploying my site from Heroku to Cyclic since Heroku removed most of its free services. With the site deployed on Cyclic though, I'm logged out when I try to edit or delete comics on my Admin dashboard. I believe this is related to the fact that Cyclic is serverless. My Admin dashboard still fully works locally.

Contact

Rachel Sensenig - r.a.sensenig@gmail.com

Project Link: https://github.com/CodeSquad-Boston/course-project-rsensenig

(back to top)

Acknowledgments

I would like to thank the 2022 cohort of CodeSquad, including classmates, TFs, and my mentor Bianca Blakesly for their support and guidance.

Here are some resources that were used for this project:

(back to top)

About

course-project-rsensenig created by GitHub Classroom


Languages

Language:JavaScript 54.2%Language:EJS 28.9%Language:CSS 16.9%Language:Procfile 0.0%