Skip to content

gferreiraa/mail-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Code Challenge - Casengo

This project was developed as a Code Challenge proposal for Casengo company.

Start application

This project uses Node.js and Vue-CLI. To start this application you initially need Node installed on version 6.0 or higher. If you need to, you can download Node here: Node.js

Once Node.js is installed you can clone this repository with the command below and run the npm install command inside the directory.

git clone https://github.com/gferreiraa/mail-box.git
npm install

After the project is installed, to run the application the command is:

npm run serve

This will start the server and the browser will start automatically:

Start API

This project consumes data through a json object. To go up just enter the folder "/ services" via terminal and run the command:

json-server mailData.json

Documentation


This project is licensed under the terms of the MIT license.