Skip to content

WebClub-NITK/book-directory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Development with Express.js 2022

This repo is for the assignment submission.

Book Directory - A basic express app to store books and their authors, and search among the added books.

Setup Instructions

  1. Clone the repository
    git clone https://github.com/WebClub-NITK/book-directory.git

  2. Go to the root directory of the project
    cd book-directory

  3. Install all the required npm packages
    npm i

  4. Create a .env file like the .env.example file in the root directory of the project.

  5. Get your details from mongoDB Atlas at put it in the .env file. Example:
    MONGO_URL='mongodb+srv://<username>:<password>@<cluster-name>.jwixq.mongodb.net/?retryWrites=true&w=majority'

  6. Run the server
    node app.js

Resources

Link to the assignment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •