Backend for Haikukedoodle.com
This is the back end for haikukedoodle.com A fun app to create haikus and song chords using openai's text-davinici-003.
Guest User and Registered User Authorization Registered Users will be able to bookmark and delete their haikus. Guest Users will be able to create a limited number of haikus. All Users will be able to download and like the haikus.
- back-end: npm run start (deploys: http://localhost:3001)
- live site: http://www.haikukedoodle.com
- backend: api.haikukedoodle.com
- Javascript
- Node.js
- Create-React-App
- express
- mongodb
- mongoose
- validator
- bcrypt
- jsonwebtoken
- openai
- celebrate joi
- winston
- Fix some minor formatting errors
- implement testing
- Implement tone.js and functionality to play the songs back