Skip to content

Pawan8085/Email-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Email-Application

An individual project build within 4 days

Tech stack :- Spring, Java, Hibernate, MySql, Spring Security

#FEATURES :-
. User can create their account login into them
. User can send message to other user and recieve message from other user
. User can star and delete the message

ERD

Flowchart

REST API

USER

Register User

POST /mymail/register

http://localhost:8080/mymail/register

Login User

POST /mymail/login

http://localhost:8080/mymail/login

 

SENT

Send Message

POST /mymail/mail

http://localhost:8080/mymail/mail

Star From Sent Message

POST /mymail/sent/{id}

http://localhost:8080/mymail/sent/{id}

Delete From Sent Message

DELETE /mymail/sent/{id}

http://localhost:8080/mymail/sent/{id}

 

RECIVED

Star From Recived Message

POST /mymail/recived/{id}

http://localhost:8080/mymail/recived/{id}

Delete From Recived Message

DELETE /mymail/recived/{id}

http://localhost:8080/mymail/recived/{id}

 

STARRED

Get All Starred Message

GET /mymail/starred

http://localhost:8080/mymail/starred/

Delete From Starred Message

DELETE /mymail/starred/{id}

http://localhost:8080/mymail/starred/{id}

About

Created Rest Api for Email Application with spring security in this application user can create account send message to user and receive message from them star and delete the message and many thing can do

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages