A web application to store the list of book in your store, home, libraries etc.
- HTML5
- CSS
- Javascript
- React - JS library
- Vite
- Tailwindcss
- Node.js
- Express.js
- MongoDB
This project follows Conventional Commits message and Model–view–controller design pattern
Download this repository from github, using:
git clone https://github.com/0plaze0/book-store.git
Frontend
Go inside the directory and run, to install all dependencies:
cd frontend
npm i
Setup environment variable, by create a .env
in the root directory and adding:
VITE_BASE_URL=<your development backend api URL>
Start cliend site:
npm run dev
Backend
Go inside the and run, to install all dependencies:
cd backend
npm i
Setup environment variable, by create a .env
in the root directory and adding:
DB_URI=<Your mongoDB Database URI>
Start server:
npm run dev
Bug reports, feature suggestions and especially code contributions are most welcome. Open a GitHub issue or pull request.