Cloud Automation

👾 Cloud Automation 👾

Table of Contents

Features

Clone this repository

$ git clone https://github.com/felipecal/CloudAutomation.git

Access the project directory in the terminal/cmd

$ cd CloudAutomation

Install Back-End dependencies

$ cd backend
$ yarn

Install Front-End dependencies

$ cd frontend
$ npm install

Run the Back-End

$ Fill in the environment variables in .env
$ cd backend
$ yarn dev

Run the Front-End

$ cd frontend
$ npm start


back to top