Skip to content

PrasantaScripts/BookStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookStack

BookStack is a full-stack web application for managing books, built using React, Node.js, Express, MongoDB, and Vite.

Getting Started

Prerequisites

Make sure you have the following tools installed on your machine:

Clone the Repository

git clone https://github.com/PrasantaScripts/BookStack.git

Installation

After cloning change the directory to the particular directories present into this main directory and install the packages using node

npm install

Configure MongoDB

Make sure you have a MongoDB server running. Create a config.js file in the backend directory with the following content:

export const PORT = 'your port';
export const mongoDBURL ='your mongoDB URL';

Usage

To run this change each directory present in main directory and run:

npm run dev

*you can configure it according to your choice from package.json

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Thank you

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published