Rainbow Form

Technologies

REST API

WEB APP

GETTING STARTED

Requirements

Clone the project and access the folder

$ git clone https://github.com/danielmesquitta/rainbow && cd rainbow

Start API

# Go to the correct folder
$ cd server

# Install the dependencies
$ npm

# Create .env file
$ cp .env.example .env

# Configure .env using vim, nano or your IDE

# Start
$ npm run dev

Start web

# Go to the correct folder
$ cd frontend

# Install the dependencies
$ npm

# Create .env file
$ cp .env.example .env

# Configure .env using vim, nano or your IDE

# Start
$ npm run dev