Skip to content

RuthMaria/gostack-nodeJs-concepts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technologies Used   |    How to run the API   |    How to contribute   |    License

PRs welcome! License License


📚 About

Backend challenge to improve the Node.js concepts (HTTP methods, parameter types and HTTP code) applied in Rocketseat's GoStack Bootcamp.

it's an Application which stores repositories of the a portfolio. it enables one to create, read, update and remove repositories, in addition to allowing repositories to receive "likes".


⚒️ Technologies Used

  • Node.js
  • Express


🚀 How to run the API

  • Clone this repository
git clone https://github.com/RuthMaria/gostack-nodeJs-concepts.git
  • Install dependencies
yarn 
  • Run the API
yarn dev
  • Run the tests
yarn test

🎯 How to contribute

  • Fork this repository,
  • Create a branch with your feature: git checkout -b my-feature
  • Commit your changes: git commit -m 'feat: My new feature'
  • Push your branch: git push origin my-feature


📝 License

This project is under the MIT license. See the file LICENSE for more details.


Developed with ❤️ by Ruth Maria

About

Backend challenge to improve the Node.js concepts applied in Rocketseat's GoStack Bootcamp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published