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.gitFrontend
Go inside the directory and run, to install all dependencies:
cd frontend
npm iSetup 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 devBackend
Go inside the and run, to install all dependencies:
cd backend
npm iSetup environment variable, by create a .env in the root directory and adding:
DB_URI=<Your mongoDB Database URI>Start server:
npm run devBug reports, feature suggestions and especially code contributions are most welcome. Open a GitHub issue or pull request.
.png)
.png)