Skip to content

igorrm19/Interestelar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 

Repository files navigation

Interstellar spaceship

Shall we explore space together? Come with me on this adventure!

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.

Formate json of body

   {
    "name": "Igor Rodrigues Machado",
    "type": "Humano",
    "dangerLevel": "Extremo",
    "description": "Uma raça altamente perigosa com alta capacidade de se adaptar ",
    "status": "active",
    "id": "1769410351248"
   }

API routes

  GET http://localhost:5000/entries
  POST http://localhost:5000/entries
  PUT http://localhost:5000/entries/:id
  DELETE http://localhost:5000/entries/:id

Technologies used

  • CSS
  • JavaScript
  • Node.js
  • Express
  • JSON
  • Morgan
  • Nodemon
  • Swagger
  • Cors
  • PostgresSQL
  • RestAPI
  • FetchAPI

how to run

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

Swagger Documentation

Documentation available at http://localhost:5000/api-docs

About

Interestelar

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors