A Node.js-based journaling API using Express and MySQL that allows users to create, manage, and filter mood-based journal entries.
- Create new journal entries with title, content, and mood score
- Get all journal entries or a specific entry by ID
- Update existing entries
- Delete entries
- Postman collection included for easy API testing
- Node.js
- Express.js
- JSON Web Token (JWT) for authentication (if implemented)
- MYSQL Database
- Node.js installed (v14 or higher recommended)
- Database setup MYSQL
- Postman (optional, for testing)
-
Clone the repo:
git clone https://github.com/Jahnavi015/StoryLog---Journal-Entry-Management-API.git cd StoryLog---Journal-Entry-Management-API