amandesai01 / JournalDigs

A Centralised Place to Create And Host Your Journals. (APIs Only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JournalDigs

A Centralised Place to Create And Host Your Journals. (APIs Only)

TechStack

  • SpringBoot
  • MySQL

Actions:

  • User Signs Up.
  • User Logs In.
  • User Creates a Journal.
  • User Gives Journal a Title.
  • User Adds new Notes into Journal.
  • User Gives Title and Contents to Journal.

Entities:

  • User

    • UserId (Auto Generated)
    • Full Name
    • Email Id
    • Phone Number
    • Array of Journals
  • Journal

    • JournalId (Auto Generated)
    • Title
    • Created Date
    • Array of Notes
  • Note

    • NoteId (Auto Generated)
    • Title
    • Content

This Project was made within 48hrs, from scratch (including Learning SpringBoot, Setting up CI/CD, Writing Unit tests, Developing above structure).

About

A Centralised Place to Create And Host Your Journals. (APIs Only)


Languages

Language:Java 100.0%