Skip to content

agiledev-students-fall2023/4-final-project-manga-bookshelf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Bookshelf Project

Project Description

The manga bookshelf project is an application to track readers' manga and share what they've read or are reading with other users on the platform through their profile pages after logging in. The vision for the future revolves around features like:

  • user logins and profiles with their lists displayed
  • four lists for users: Favorites, Reading, Want to Read, Finished
  • trending manga on the home page
  • following other users to see their lists
  • search for manga and other user profiles

Member Information

Project History

This project was first proposed by Christine Lei for the Agile Development and DevOps class at New York University. Afterwards, teams were formed and the members listed above were selected to build this project. Please refer to the CONTRIBUTING.md document on how to contribute to this project.

How to launch the app

Get the code

  • Run git clone https://github.com/agiledev-students-fall2023/4-final-project-manga-bookshelf.git to clone the repo to your local machine.

Build and launch back end

  • Navigate to the back-end directory.
  • Run npm install to install all dependencies.
  • Run npm start to launch the back-end server.

Build and launch front end

  • Open a new terminal
  • Navigate to the front-end directory.
  • Run npm install to install all dependencies.
  • Run npm start to launch the front-end.

Now, open your browser and navigate to http://localhost:3000. You should see our app running there.

About

4-final-project-manga-bookshelf created by GitHub Classroom

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages