maacpiash / libgyor

A simple MEAN-stack CRUD app for managing books πŸ“š

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Libgyor

Travis (.org) Codecov Coverage

A simple manager for a library of e-books.

Instructions

First, execute yarn command to install the dependencies.

Then run yarn start to start the application(s).

You can populate the database with a collection of some sample documents by yarn populate command.

Roadmap

Server-side
  • Node project initiation
  • Creation of a database
  • Creation of a server
  • Basic CRUD operations via API
    • Create new book entries
    • Read existing book entries
    • Update existing book entries
    • Delete existing book entries
  • Persistent storage (MySQL)

Client-side
  • Create new book entries
  • Read existing book entries
  • Update existing book entries
  • Delete existing book entries

Please submit an issue if there is any problem. Forks and pull requests are welcomed.

About

A simple MEAN-stack CRUD app for managing books πŸ“š


Languages

Language:TypeScript 44.8%Language:JavaScript 29.8%Language:HTML 23.9%Language:CSS 1.4%