Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-2

Challenge made during IGTI's Fullstack bootcamp. This project is a Node API called grades-control-api that manipulates a json file.
https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-2

Last synced: 21 days ago
JSON representation

Challenge made during IGTI's Fullstack bootcamp. This project is a Node API called grades-control-api that manipulates a json file.

Awesome Lists containing this project

README

        

# igti-fullstack-bootcamp-desafio-2

## What is this project?

Challenge made during IGTI's Fullstack bootcamp. This project is a Node API called grades-control-api that manipulates the grades.json file.

## How to run the project?

- You can use Visual Studio Code to run this project.
- You'll need to install Node.js in your machine.
- After clone this project, you'll need to import Node into your local repository. You can check how to do this here and here.
- You'll need to install a software like Insomnia or Postman to test the endpoints developed in this project.

## Knowing about the project
Classes:
- index.html: Is the main class. Contains all routes that can be called for another project.
- operations.js: Contains all the CRUD methods.