Gaivota FullStack Test is a base project using MERN (MongoDB, Express, React, and NodeJS). This project was bootstrapped with Create React App.
- 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
$ cd client
$ npm install || yarn
$ npm start || yarn start
- Access: http://localhost:3000
$ cd server
$ npm install || yarn
$ npm run dev || yarn dev
- Access: http://localhost:5000