Skip to content

Latest commit

 

History

History
153 lines (102 loc) · 4.51 KB

README.md

File metadata and controls

153 lines (102 loc) · 4.51 KB

LinkedIn

CodeSquad Comics logo


CodeSquad Comics

Use CRUD and Restful API to sort your Comic Book Library!

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

About The Project

Demo Screenshot 2

A web app that allows the user to keep a current record of their comic book library. The user can add a new title with corresponding details like author, synopsis, rating, etc., store the data in our database and allow an easy way to update or delete existing titles. Built to specifications provided by CodeSquad.

(back to top)

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • Install the latest Node package manager, globally.
    npm install npm@latest -g

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/CodeSquad-Boston/course-project-Zhikeng
  2. Install NPM package dependencies
    npm install express ejs mongoose dotenv morgan 

(back to top)

Usage

Browse your collection by cover!

Homepage Screenshot

Create new entries and update existing comic book entries!

Create Screenshot Update Screenshot

Check out the about page to see details about your collection!

Login Screenshot Admin Screenshot

(back to top)

Contact

Zhikeng Kong - kongzhikeng@gmail.com

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

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)