Skip to content

A database that searches for books in a digital library. Such tools implemented: Node JS, Express JS, Mongoose JS, Dotenv, and Axios.

Notifications You must be signed in to change notification settings

fitdevotaku/mern-book-look

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Every day is a learning day.

Description

BookLook is a digital library where a user can add books to their library and read whenever.

Visualization

bookList addBook

Technologies

  • Express is our main framework
  • Mongoose is used to connect/interact with MongoDB
  • Nodemon - on our api side help track changes in server and restart the server automatically
  • Axios is promise-based async/await library. Used with React JS

Also, implemented bootstrap, fontawesome, dotenv and cors

How to use

  • Run the command npm init -y into your terminal.
  • List all of these dependencies in your package.json

Frontend goals

  1. Create/save a book
  2. Show books have stored in the database

About

A database that searches for books in a digital library. Such tools implemented: Node JS, Express JS, Mongoose JS, Dotenv, and Axios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published