CodexSphere
CodexSphere is a web platform designed for book enthusiasts to manage and explore personal book collections.
Table Of Content
Features
- Add and manage books in your collection.
- Explore detailed information about each book.
- User-friendly interface built with React JS.
- Data stored and managed in MongoDB.
- Stylish UI designed with Tailwind CSS.
Getting Started
Prerequisites
- Node.js and npm installed
- MongoDB server running
Installation
- Clone the repository:
git clone https://github.com/your-username/CodexSphere.git
cd CodexSphere
- Install dependencies:
npm install
- Create a
.env
file in the root directory with the following content:
MONGO_URI=your_mongodb_uri_here
- Start the development server:
npm run dev
- Open your web browser and go to
http://localhost:3000
.
Usage
- Sign up or log in to your account.
- Add new books to your collection.
- Explore detailed information about each book.
- Enjoy seamless book management and exploration.
License
This project is licensed under the MIT License.
For questions or feedback, please contact [email protected].