Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/samlatavares/igti-fullstack-bootcamp-desafio-2
- Owner: samlatavares
- Created: 2020-10-13T23:07:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-15T23:46:08.000Z (about 4 years ago)
- Last Synced: 2024-10-31T22:42:28.631Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 205 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.