Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

dolgarev/meteor-booksapp

Repository files navigation

js-standard-style

BooksApp (meteor-booksapp)

A simple book management application built with Meteor and React (Meteor 1.4 / React / Sematic UI React / Griddle).

Features

  • User Accounts: User authentication and management.
  • Book Management: Add, update, remove, and display books.
  • ISBN Lookup: Utilizes node-isbn for 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.

Technologies Used

  • Framework: Meteor
  • Frontend: React, Semantic UI React
  • Database: MongoDB (default for Meteor)
  • Authentication: bcrypt
  • ISBN Integration: node-isbn
  • Logging: Winston

Getting Started

To run the application, ensure you have Meteor installed.

  1. Clone the repository:
    git clone <repository-url>
    cd meteor-booksapp
  2. Install dependencies:
    meteor npm install
  3. Start the application in development mode:
    npm run startd
    or for production settings:
    npm start

The application will typically run on http://localhost:3000.

About

Test assignment for Meteor.js Developer position. A simple book management application built with Meteor and React.

Topics

Resources

License

Stars

Watchers

Forks

Contributors