Skip to content

devHelioFranco/tattoo-api-rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tatoo studio

🚀 Conclusion project module 4 - Resilia

Project Status

🚧 In construction... 🚧

About the project

Development of an API-REST based on a Tatoo theme

  • Technologies used to build the project

  • ℹ️ How to use

    To clone and run this project you will need Git, Node.JS v14.15.5 or higher + Npm v6.14.11 installed on your computer. You also need a API Client plataform like Postman to test the routes. You need to run some commands on your command line:

    # Clone this repository
    $ git clone https://github.com/devHelioFranco/tattoo-api-rest.git
    
    # Go into the repository
    $ cd tattoo-api-rest
    
    # Install dependencies
    $ npm install
    
    # To start the project 
    $ npm start
    

    🗺️ Some of the Avalaible Routes

    GET - all users http://localhost:3000/users
    GET - one user http://localhost:3000/users/:id
    POST - save users http://localhost:3000/users
    PUT - update a user http://localhost:3000/users/:id
    DELETE -delete a user http://localhost:3000/users/:id
    
    <--! The other entities goes in the same way, so they get the same routes-->
    <--! The only difference is the name of the entity which goes at the end of the url-->
    

    🧑‍💻 Developers

  • Caio Cavalcanti
  • Evelyn Alves
  • Helio Franco
  • Hyan Araujo


  • Made with ❤️ by Grupo 8 👋 from Resilia

    About

    Projeto Módulo 4:

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Contributors 4

    •  
    •  
    •  
    •