Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eltonlazzarin/aircnc-app
Find a spot to rent or share and start coding
https://github.com/eltonlazzarin/aircnc-app
aircnc api challenge css3 expo expo-aplication expo-browser frontend github-api json jsx nodejs react-native reactjs semana-omnistack
Last synced: 19 days ago
JSON representation
Find a spot to rent or share and start coding
- Host: GitHub
- URL: https://github.com/eltonlazzarin/aircnc-app
- Owner: eltonlazzarin
- Created: 2019-10-02T22:24:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T00:35:55.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T00:33:40.070Z (almost 2 years ago)
- Topics: aircnc, api, challenge, css3, expo, expo-aplication, expo-browser, frontend, github-api, json, jsx, nodejs, react-native, reactjs, semana-omnistack
- Language: JavaScript
- Homepage:
- Size: 5.79 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aircnc - A Full Stack Project App
### Project made with NodeJS, ReactJS and React Native
# Development environment
To excute all projects below, you have to install [Node.js](https://nodejs.org), [NPM](https://www.npmjs.com/) enviroment, download Expo in your mobile store and an editor, like [Visual Studio Code](https://code.visualstudio.com/).
# Usage
# Starting the API project
After cloning this project to your computer, install all dependencies needed to backend, frontend and aircnc mobile app (separately), typing in your terminal like below.
```sh
$ aircnc-app
$ cd backend
$ npm i
```To start the API, run the following command on your terminal.
```sh
$ npm run dev
```# Starting the frontend project app
Install all dependency, typing in your terminal...
```sh
$ aircnc-app
$ cd frontend
$ npm i
```Starting the frontend app. Type in your terminal ...
```sh
$ npm start
```Open your browser and type [http://localhost:3000](http://localhost:3000).
# Starting the mobile app
Install all dependency, typing in your terminal...
```sh
$ aircnc-app
$ cd aircnc
$ npm i
$ npm start
```An Expo web browser tools will open atomatically in your default browser. To start the mobile app you must have open your Expo app and scan the QR Code from the Expo browser tool.
After scan the QR Code the aircnc app will be shown in your smartphone or virtual smartphone if you decided for.