I use a mongoDB database with the npm package named Mongoose
- cityCollection
- name
- country
- description
- image
Verb | Url | Actions |
---|---|---|
GET | / | Display all |
POST | /new | Create new |
GET | / | Display a specific |
PUT | Update a specific | |
DELETE | Delete a specific |