Skip to content

mspeaks/manga-app-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Manga Database Web App (JavaScript Stack)

Project Structure

manga-app 2/
├── backend/
│   ├── index.js
│   └── package.json
├── frontend/
│   ├── public/
│   │   └── index.html
│   ├── src/
│   │   ├── App.js
│   │   └── index.js
│   └── package.json
└── README.md

Getting Started

Backend

  1. Open a terminal in the backend folder.
  2. Run npm install to install dependencies.
  3. Run npm start to start the server (default: http://localhost:4000).

Frontend

  1. Open a terminal in the frontend folder.
  2. Run npm install to install dependencies.
  3. Run npm start to start the React app (default: http://localhost:3000).

Test the Connection

Next Steps

  • Build out CRUD endpoints in the backend.
  • Add manga management features to the frontend.
  • Follow your PRD for more features!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors