Skip to content

This is a basic local library website that shows examples of different available features on Express

Notifications You must be signed in to change notification settings

rashaabdulrazzak/lLa-library

Repository files navigation

Ayla-library

This is a basic local library website that shows examples of different available features on Express.

It is built by following the tutorial example on the Mozilla Developer Network

Screenshot of the final result

Technologies Used

  1. Express Application Generator tool to create a skeleton website and application
  2. Node.js as a server
  3. Mongodb as database to store website's data.
  4. Pug as a template ("views") to render the data as HTML to be displayed in the browser
  5. Heroku : Deploy the application to production
  6. nodemon to automatically restart the node application when file changes in the directory are detected

Online Link

visit this link

Available opperation :

  • List all books
  • List all authors
  • List all copies of a book
  • List all exsiting genre
  • Create new author-book-copy and genre
  • Update exsiting author-book-copy and genre
  • Delete exsiting author-book-copy and genre

How to use

  1. clone the repository
  2. run npm install
  3. run npm start and check 'localserver:3000' in your browser

About

This is a basic local library website that shows examples of different available features on Express

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published