Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajayy-yadav/restapi_backend
https://github.com/ajayy-yadav/restapi_backend
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajayy-yadav/restapi_backend
- Owner: Ajayy-yadav
- Created: 2024-05-21T07:05:29.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T08:45:04.000Z (8 months ago)
- Last Synced: 2024-05-21T10:30:34.997Z (8 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to my GitHub repository for a RESTful API built with Express.js, EJS, and MySQL. This project demonstrates basic CRUD (Create, Read, Update, Delete) operations, showcasing how to interact with a MySQL database using a Node.js backend. The project also utilizes EJS for templating, making it easy to render dynamic HTML pages.
Features
1.Create: Add new records to the MySQL database.
2.Read: Retrieve and display records from the database.
3.Update: Modify existing records in the database.
4.Delete: Remove records from the database.Technologies Used
1.Node.js: A JavaScript runtime built on Chrome's V8 JavaScript engine.
2.Express.js: A minimal and flexible Node.js web application framework.
3.MySQL: A relational database management system.
4.EJS (Embedded JavaScript): A simple templating language that lets you generate HTML markup with plain JavaScript.
5.JavaScript: The programming language used for both the backend and frontend logic.