restapi-node
v1.0.4
Published
This project is basic CRUD with nodejs and expressjs
Downloads
5
Readme
restapi-node
This project is basic CRUD with nodejs and expressjs
Introduction
This project is an implementation of a REST API using Node.js for basic CRUD. This REST API allows users to add CRUD by accessing the provided endpoints.
Technology
Here are the main technologies used in this project:
- Node.js: JavaScript platform used to run the server and business logic.
- Express.js: Web framework used to create and manage routes and middleware.
- MySQL: SQL database used to store and manage application data.
Installation
- Make sure you have Node.js and MongoDB installed on your computer.
- Clone this repository to your computer.
- Open a terminal, navigate to the project directory, and run the
npm install
command to install all required dependencies. - Copy the
.env.example
file to.env
and adjust the necessary configurations such as database connection, etc.
Usage
- Start the server by running the
npm start
command. - Open a browser or use API testing software like Postman to access the provided endpoints.
- You can find complete documentation about the available endpoints at installation or in the project source code.
License
This project is licensed under the MIT. See the LICENSE
file for more information.
Contact
If you have any questions or issues, please contact claudio at [email protected].