Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unkn0wnn4m3/best-api
API best practices
https://github.com/unkn0wnn4m3/best-api
api api-rest crud-api express expressjs javascript node nodejs orm sequelize sqlite-database sqlite3
Last synced: 22 days ago
JSON representation
API best practices
- Host: GitHub
- URL: https://github.com/unkn0wnn4m3/best-api
- Owner: Unkn0wnN4m3
- Created: 2023-05-20T06:31:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-26T21:51:34.000Z (over 1 year ago)
- Last Synced: 2024-11-06T15:52:34.101Z (2 months ago)
- Topics: api, api-rest, crud-api, express, expressjs, javascript, node, nodejs, orm, sequelize, sqlite-database, sqlite3
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# REST API Design Best Practices
Learning how to build a REST API using best practices from [freeCodeCamp handbook](https://www.freecodecamp.org/news/rest-api-design-best-practices-build-a-rest-api/ "REST API Design Best Practices").
I also added the use of "sequelize" to connect to a sqlite3 database