🚀 Starting

These instructions allowed you to get a copy of the project running on your local machine for development and testing purposes.

📋 Prerequisites

The following programs are required to use and modify the project.

🔧 Instalation

A series of step-by-step examples that tell you what you must do to get a development environment running.

# Clone this repository
$ git clone https://github.com/mateus2a/ebytr-challenge
  
# Access the project folder in the terminal/cmd
$ cd front-end
$ npm install
$ npm start

# Access the project folder in the terminal/cmd
$ cd back-end
$ npm install
$ npm start

⚠️ The server will start at port:3000 - Access http://localhost:3000

🛠️ Technologies used

The following tools were used in the construction of the project:

✒️ Authors

Here are all the contributors to the project.

  • Mateus Alencar - Development, Documentation - mateus2a

📄 License

This project is under the MIT license - see the LICENSE.md file for details.


By Mateus Alencar