Giter Site home page Giter Site logo

0xabdulkhalid / local-library-using-express Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 29 KB

A minimal full-stack library management application.

Home Page: https://local-library-using-express.glitch.me

JavaScript 67.46% CSS 0.16% Pug 32.38%
express nodejs

local-library-using-express's Introduction

Local Library

A comprehensive example of building a full-stack JavaScript application using Node.js, Express, and MongoDB.

The application provides a platform for librarians to manage books, book instances, authors, genres, and user accounts.

It covers various aspects of web development, including data modeling, routing, authentication, and deployment.

Features

  • Browse and search for books, authors, genres, and book instances
  • Create, update, and delete books, authors, genres, and book instances
  • Manage user accounts and authentication
  • Borrow and return book instances
  • View the list of borrowed books for each user

Tech Stack

NodeJS    Express.js    MongoDB    Mongoose    PUG    Bootstrap

Installation

  1. Clone the repository:

    git clone https://github.com/0xabdulkhalid/local-library-using-express.git
    
  2. Install dependencies:

    cd local-library-using-express
    npm install
    
  3. Set up the MongoDB connection by creating a .env file with the following content:

    MONGO_URI=your-mongodb-connection-string
    
  4. Start the application:

    npm start
    
  5. Open your web browser and navigate to http://localhost:3000 to access the Local Library application.

Deployment

  • The Local Library using Express application is deployed on Glitch, a platform for hosting and deploying web applications.

  • Please note that since the application is hosted on the free tier of Glitch, the initial load time may be slower due to the server's cold start. (Approx 5 mins)

  • You can access the deployed application here

License

This project is licensed under the MIT License.

local-library-using-express's People

Contributors

0xabdulkhalid avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.