KARTHIK-C-733 / Bookstore

An online Bookstore on Nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bookstore

Bookstore is a web application developed on Nodejs Expressjs framework

Features:

  • The application makes use of Stripe in order to manage transactions.
  • It uses MongoDB Mongoose to manage to database.
  • It uses Handlebars as the HTML Templating Engine.

To Use

To clone and run this repository you'll need Node.js (which comes with npm) and MongoDB installed on your computer.

From your command line:

# Start MongoDB
mongod

Then in another terminal:

# Clone this repository
git clone https://github.com/jajodiaraghav/Bookstore.git
# Go into the repository
cd Bookstore
# Install dependencies and run the app
npm install && npm start

Screenshots

Bookstore

Bookstore

Bookstore

About

An online Bookstore on Nodejs


Languages

Language:JavaScript 64.3%Language:HTML 35.3%Language:CSS 0.3%