xescodes / MERN-book-library

Tiny book-library with Express, Mongo, React - only add, edit and delete functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Small MERN app for a book-cataloging service with basic functionalities of adding / editing / deleting books to the catalog.

This app has been bootstrapped with create-react-app

To run this app:

First start mongodb service with sudo service mongod start and then the following commands

  • Run npm install
  • Run npm run build
  • Run npm start

It will start the server at http://localhost:3000/

About

Tiny book-library with Express, Mongo, React - only add, edit and delete functionality


Languages

Language:JavaScript 93.3%Language:HTML 5.3%Language:CSS 1.5%