Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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