Technologies Used | How to run the API | How to contribute | License
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".
- Node.js
- Express
- 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
- 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
This project is under the MIT license. See the file LICENSE for more details.