jimmyurl / ExpressJS-CRUD-and-Handlebars-Templating

ExpressJS application that involves performing CRUD (Create, Read, Update, Delete) operations on an API, and incorporated Handlebars templating for rendering dynamic content.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExpressJS-CRUD-and-Handlebars-Templating

This app is designed using Expressjs framework without any database has a web application that interacts with an API to perform CRUD operations on NBA players. The integration of Handlebars templating allows to create dynamic content for displaying and manipulating the data within the user interface. The project's use of Bootstrap ensures a visually appealing and responsive design.

API Integration: The project integrates with an API, which presumably provides endpoints for handling CRUD operations on player data. API calls are made using various HTTP methods (POST, GET, PUT, DELETE) to perform the corresponding operations. You can the CRUD operations using Postman on any other API testing tool of your choice.

Handlebars Templating: Handlebars, a JavaScript templating engine, is used to dynamically generate HTML content based on the data from the API.

handlebars

postman1

About

ExpressJS application that involves performing CRUD (Create, Read, Update, Delete) operations on an API, and incorporated Handlebars templating for rendering dynamic content.


Languages

Language:JavaScript 41.2%Language:Handlebars 27.1%Language:CSS 25.5%Language:HTML 6.3%