Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naopeke/apibooks
Curso de Codenotch
https://github.com/naopeke/apibooks
homework restful-api
Last synced: about 2 months ago
JSON representation
Curso de Codenotch
- Host: GitHub
- URL: https://github.com/naopeke/apibooks
- Owner: naopeke
- Created: 2024-02-06T11:15:43.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T08:16:05.000Z (11 months ago)
- Last Synced: 2024-04-24T12:40:57.799Z (9 months ago)
- Topics: homework, restful-api
- Language: JavaScript
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# apiBooks
[Description](description) | [Installation](installation) | [Author](https://github.com/naopeke)## Description
RESTfulAPI for [MyBooks_](https://github.com/naopeke/MyBooks_)## Installation
```
git clone https://github.com/naopeke/apiBooks.git
```
```
npm init
```
```
npm i express
```
```
npm i cors
```
```
npm i mysql2
```