A simple book management application built with Meteor and React (Meteor 1.4 / React / Sematic UI React / Griddle).
- User Accounts: User authentication and management.
- Book Management: Add, update, remove, and display books.
- ISBN Lookup: Utilizes
node-isbnfor retrieving book information based on ISBN. - Responsive UI: Built with Semantic UI React for a modern and responsive user interface.
- Logging: Integrates Winston for server-side logging.
- Framework: Meteor
- Frontend: React, Semantic UI React
- Database: MongoDB (default for Meteor)
- Authentication: bcrypt
- ISBN Integration:
node-isbn - Logging: Winston
To run the application, ensure you have Meteor installed.
- Clone the repository:
git clone <repository-url> cd meteor-booksapp
- Install dependencies:
meteor npm install
- Start the application in development mode:
or for production settings:
npm run startd
npm start
The application will typically run on http://localhost:3000.