App logo
A web app that helps people exchange messages/information over the internet.
Front-end: HTML, CSS
Back-end: Nodejs, express
Database: Postgres
POST: /api/v2/auth/signup
POST: /api/v2/auth/login
POST: /api/v2/message/:id
GET: /api/v2/messages/
Delete: /api/v2/messages/:id
POST: /api/v2/createGroup
GET: /api/v2/allGroups
DELETE: /api/v2/deletegroup/:id
POST: /api/v2/addnewuser/:id
DELETE: /api/v2/:id/delete/:id
https://github.com/MBenedicte/EPICMail
npm run dev
npm run test
npm run database
Benedicte Musabimana