Gaivota FullStack Test

Gaivota FullStack Test is a base project using MERN (MongoDB, Express, React, and NodeJS). This project was bootstrapped with Create React App.

Get Started

1. Pre-requisites

  • NodeJs - Server side environment
  • NPM - Node package manager
  • (Optional) Yarn - Node package manager alternative
  • Cloning this repo
 $ git clone git@github.com:gaivota-ai/gaivota-full-stack-test.git

2. Front

 $ cd client
 $ npm install || yarn
 $ npm start   || yarn start

3. Back

 $ cd server
 $ npm install || yarn
 $ npm run dev || yarn dev