Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldenhub/fullstackopen-part3
Backend implementation of phonebook app using nodejs
https://github.com/goldenhub/fullstackopen-part3
api-rest backend cors-middleware deployment dotenv env environment-variables express-error-handler express-server hooks middlewares mongodb mongoose morgan-middleware nodejs nodemon npm reactjs static-middleware
Last synced: about 1 month ago
JSON representation
Backend implementation of phonebook app using nodejs
- Host: GitHub
- URL: https://github.com/goldenhub/fullstackopen-part3
- Owner: Goldenhub
- License: mit
- Created: 2022-10-16T17:20:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T22:31:03.000Z (about 2 years ago)
- Last Synced: 2023-03-05T15:51:22.361Z (almost 2 years ago)
- Topics: api-rest, backend, cors-middleware, deployment, dotenv, env, environment-variables, express-error-handler, express-server, hooks, middlewares, mongodb, mongoose, morgan-middleware, nodejs, nodemon, npm, reactjs, static-middleware
- Language: JavaScript
- Homepage: https://phonebook-7auv.onrender.com/api/persons
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fullstackopen PART3
## Backend implementation using nodejs
### [Link - frontend](https://phonebook-7auv.onrender.com/)
### [Link - backend](https://phonebook-7auv.onrender.com/api/persons)
To fetch a record use the {id} as a params e.g
### HTTP Requests
- GET -
- GET -
- POST - along side the data in the body
- PUT - along side the data in the body
- DELETE -### outline
- [x] 3.1: Phonebook backend step1
- [x] 3.2: Phonebook backend step2
- [x] 3.3: Phonebook backend step3
- [x] 3.4: Phonebook backend step4
- [x] 3.5: Phonebook backend step5
- [x] 3.6: Phonebook backend step6
- [x] 3.7: Phonebook backend step7
- [x] 3.8: Phonebook backend step8