Skip to content

Web application built with React, Node.js, TypeScript, and PostgreSQL that allows users to manage their emails from a database.

Notifications You must be signed in to change notification settings

LucianoPierdona/Email-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Email Manager

Project where you can see a list of emails from a database, read them or download in 2 types, XLSX or CSV

Version License: ISC Twitter: Lucianompjr

Usage Front-End

First Install the components with

npm install
# or
yarn add

Then run with

npm start
# or
yarn start

Usage Back-End

First install the dependencies with

npm install
# or
yarn add

Then run with

npm run dev
# or
yarn dev

Screenshots

initial page background

email card example

About

Web application built with React, Node.js, TypeScript, and PostgreSQL that allows users to manage their emails from a database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published