项目作者: Ravikirans-code

项目描述 :
login and registration in NodeJS, Express with MongoDB.
高级语言: JavaScript
项目地址: git://github.com/Ravikirans-code/Books-Authors.git
创建时间: 2020-04-11T10:10:05Z
项目社区:https://github.com/Ravikirans-code/Books-Authors

开源协议:

下载


Books-Authors

login and registration in NodeJS, Express with MongoDB. How to perform login and registration activity in nodeJs. Also with simple books and author details project integrated.

Live Demo

https://booksauthors.herokuapp.com

Installation & Setup

Install Node.js & MongoDB if you haven’t already.

Clone this repository and install its dependencies.

In a separate shell start MongoDB.

Run Below Command in mogodb terminal

mongod

Run Below Command in project folder

npm run app

Open a browser window and navigate to: http://localhost:3001