zenkriztao / library-website

πŸ“š Library Management System: A web-based application designed to automate the operations of a library, integrating both client and server components for seamless management and user experience.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installing

Installing NPM modules on both client and server folders

Execute these commands from the project directory

cd client && npm install
cd server && npm install

Running the app

Open a terminal on server directory

npm run start:dev

and open another terminal on client directory

npm run start

Access the web app at http://localhost:3000/

About

πŸ“š Library Management System: A web-based application designed to automate the operations of a library, integrating both client and server components for seamless management and user experience.


Languages

Language:CSS 85.4%Language:JavaScript 14.6%Language:HTML 0.0%Language:Shell 0.0%