Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhildred/sequelize-api
https://github.com/rhildred/sequelize-api
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhildred/sequelize-api
- Owner: rhildred
- Created: 2023-07-27T22:05:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T13:48:28.000Z (9 months ago)
- Last Synced: 2024-04-14T14:03:15.310Z (9 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sequelize-api
## A very trusting api```bash
npm install
npm test
npm start
```This is a restful API for a User model. There is a User controller and User routes to the controller. There is a single page html view that consumes the API. I have set this as a bonus assignment for my dynamic websites sections.
|Item|Out of|
|-|-|
|make a nicer looking user index.html view|1|
|client side validations|1|
|server side validations|1|
|add email and phone fields to the User model and the form|1|
|add user avatar initials to your form and list view|1|
|-|-|
|total|5|I am hoping to show you a bit of what the world for my side project looks like. With permission, I would like to update this repo with one of your user experiences.