Skip to content

A website to discover new books and keep track of your books that you're reading, built on the MERN stack.

Notifications You must be signed in to change notification settings

aziz1234/MERN_WEB_APP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NEXT BOOK

A web application to track your books, built using MERN stack (MongoDB + Express + React + Node js)

Live Demo

click here to view the live demo --> Next Book.

Some Sample Images

Explore Page:

alt text

Specific genre page:

alt text

Specific Book Page:

alt text alt text

A user's MyShelf Page:

alt text

Installation

Create a folder named config and inside that create a file named keys.js then paste the following code

module.exports={
  "mongoURI": "<your_mongoDB_Atlas_uri_with_credentials>",
  "jwtSecret": "<your secret key for jwt authentication(can be anything)>"
}
After that inside the root directory: npm install
then cd client and type npm install
Once you're done with this just type: npm run dev

About

A website to discover new books and keep track of your books that you're reading, built on the MERN stack.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages