BookLook is a digital library where a user can add books to their library and read whenever.
- 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
- Run the command npm init -y into your terminal.
- List all of these dependencies in your package.json
- Create/save a book
- Show books have stored in the database