Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 1.16 KB

File metadata and controls

18 lines (18 loc) · 1.16 KB

Simple Node.js Backend

Welcome to the Simple Node.js Backend project. This project is a basic backend server built with Node.js and Express.js. In this example i will Postgresql as a DB but feel free to use the one you have just is a matter of assigning the Passwords and the necessary Endpoints in this app t allows you to create, read, update and delete users, catalogo, requisiciones and plantas.

Getting Started

  1. Clone or download the repository on your local machine.
  2. Make sure you have Node.js and npm installed on your machine.
  3. Navigate to the project directory in your terminal and run npm install to install the dependencies.
  4. After the dependencies are installed, run node server.js to start the server.
  5. You should see a message in the console that the server has started on port 3000.
  6. You can now test the different endpoints of the API by making requests to http://localhost:3000 in your browser or using a tool such as Postman.

Available Routes