DropMail Challenge by Coodesh
This project aims through an interface to enable the use of temporary emails that are provided by the DropMail API, having the functions of receiving emails and reading incoming emails.
The following tools were used in this project:
The following APIS were used in thid project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/trpiano/DropMailCoodeshChallange
# Access
$ cd DropMailCoodeshChallange
# Install dependencies
$ yarn
# Run the project
$ yarn dev
# The server will initialize in the <http://localhost:5173>
# Rename the .env.example file like the example below
$ cp .env.example .env.local
# Add your information in the variable
VITE_DROPMAIL_API_URL=
Here is an example url: https://cors-anywhere.herokuapp.com/https://dropmail.me/api/graphql/${AUTH_TOKEN}
You can use any unique string of 8 characters or more as ${AUTH_TOKEN} right now, but we will introduce authentication mechanisms later.
This is a challenge by Coodesh
Made by Timoteo Reinheimer Piano