Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucaspereirasouzat/gaivota-test


https://github.com/lucaspereirasouzat/gaivota-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Gaivota FullStack Test

Gaivota FullStack Test it's a base project using MERN (MongoDB, Express, React, and NodeJS).
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Get Started

### 1. Pre-requisites

- [NodeJs](https://nodejs.org/en/) - Server side environment
- [NPM](https://npmjs.org/) - Node manager package
- (Optional) [Yarn](https://yarnpkg.com/lang/en/) - Node manager package alternative
- Cloning this repo
```
$ git clone [email protected]:gaivota-ai/gaivota-full-stack-test.git
```

### 2. Front

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

- Access: http://localhost:3000

### 3. Back

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

- Access: http://localhost:5000