Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucaspereirasouzat/gaivota-test
https://github.com/lucaspereirasouzat/gaivota-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucaspereirasouzat/gaivota-test
- Owner: lucaspereirasouzat
- Created: 2021-02-15T19:03:13.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T19:03:18.000Z (almost 4 years ago)
- Last Synced: 2024-06-09T17:35:20.654Z (7 months ago)
- Language: JavaScript
- Size: 530 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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