Greetings, Chief Archivist. The Interstellar Federation's central database has suffered a catastrophic quantum failure. We are left with nothing but raw data logs.
Your mission is to restore order to the archives. We have recovered fragments of data, but they are corrupted and disorganized. You must use your skills to reconstruct the database and ensure the safety of the Federation.
{
"name": "Igor Rodrigues Machado",
"type": "Humano",
"dangerLevel": "Extremo",
"description": "Uma raça altamente perigosa com alta capacidade de se adaptar ",
"status": "active",
"id": "1769410351248"
}
GET http://localhost:5000/entries
POST http://localhost:5000/entries
PUT http://localhost:5000/entries/:id
DELETE http://localhost:5000/entries/:id
- CSS
- JavaScript
- Node.js
- Express
- JSON
- Morgan
- Nodemon
- Swagger
- Cors
- PostgresSQL
- RestAPI
- FetchAPI
To configure your project, you need Node.js installed; it has some dependencies such as Express, Morgan and Nodemon With the command npm install will download all dependencies
With npm installed, Node and its dependencies are now ready to run with npm run dev or node serve
Documentation available at http://localhost:5000/api-docs


