Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlbeecken/volery-backend
the express mongodb based backend powering the volery platform
https://github.com/karlbeecken/volery-backend
express mongodb mongoose node twitter
Last synced: 8 days ago
JSON representation
the express mongodb based backend powering the volery platform
- Host: GitHub
- URL: https://github.com/karlbeecken/volery-backend
- Owner: karlbeecken
- Created: 2020-07-15T19:00:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T03:22:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T16:27:31.185Z (over 1 year ago)
- Topics: express, mongodb, mongoose, node, twitter
- Language: JavaScript
- Homepage: https://volery.app
- Size: 1.49 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# volery-backend
the express mongodb based backend powering the volery platform
## sh\*tty api doc
- `GET /tweets` – gives back all tweets with all data
- `GET /tweets/:id` – gives all data about specified tweet
- `POST /tweets` – creates new tweet, required json params in body: `name` (name of the tweet obviously), `text` (text of the initial proposal)
- `POST /tweets/:id/proposal` – add new proposal to existing tweet, required json params in body: `text` (text of the new proposal)
- `PUT /tweets/:id/finalize` – finalize the tweet, required json params in body: `proposal` (\_id of the final proposal)