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
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.
- Run
git clone https://github.com/agiledev-students-fall2023/4-final-project-manga-bookshelf.git
to clone the repo to your local machine.
- Navigate to the
back-end
directory. - Run
npm install
to install all dependencies. - Run
npm start
to launch the back-end server.
- 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.