https://github.com/eliasgcf/aircnc
Connect devs inside a company spot - Semana OmniStack 9.0 by @rocketseat
https://github.com/eliasgcf/aircnc
expo nodejs react-native reactjs rocketseat semana-omnistack
Last synced: about 1 year ago
JSON representation
Connect devs inside a company spot - Semana OmniStack 9.0 by @rocketseat
- Host: GitHub
- URL: https://github.com/eliasgcf/aircnc
- Owner: EliasGcf
- License: mit
- Created: 2019-10-01T18:57:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-17T18:30:29.000Z (almost 6 years ago)
- Last Synced: 2024-10-05T09:20:50.669Z (almost 2 years ago)
- Topics: expo, nodejs, react-native, reactjs, rocketseat, semana-omnistack
- Language: JavaScript
- Homepage:
- Size: 3.45 MB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
☕ Code and coffee

About the project |
Technologies |
Getting started |
Layout |
How to contribute |
License
## 💻 About the project
Aircnc is a project that aims to connect companies that want to open spots and developers looking for a place to exchange ideas with devs, get to know the company and work there for a period.
## 🚀 Technologies
Technologies that I used to develop this application
- [Node.js](https://nodejs.org/en/)
- [React](https://reactjs.org)
- [React Native](https://facebook.github.io/react-native/)
- [Expo](https://expo.io/)
## 💻 Getting started
### Requirements
- [Node.js](https://nodejs.org/en/)
- [MongoDB](https://www.mongodb.com/)
- [Yarn](https://yarnpkg.com/)
- [Expo](https://expo.io/)
**Clone the project and access the folder**
```bash
$ git clone https://github.com/EliasGcf/aircnc.git && cd aircnc
```
**Install dependencies**
```bash
$ yarn
```
**Follow the steps below**
### Backend
```bash
# Edit 'packages/server/src/server.js' and change URL_CONNECTION_MONGO
# to your MongoDB URL
# To finish, run the api service
$ yarn server dev
# Well done, project is started!
```
### Web
_Obs.: Before to continue, be sure to have the API running_
```bash
# Be sure the file 'packages/web/src/services/api.js'
# have the IP to your API
# Start the client
$ yarn web start
```
### Mobile
_Obs.: Before to continue, be sure to have the API running_
```bash
# Be sure the file 'packages/mobile/src/services/api.js'
# have the IP to your API
# Start the expo service and scan the QR code with Expo Client
$ yarn mobile start
```
## 🔖 Layout
You can download the project layout [here](https://rocketseat-cdn.s3-sa-east-1.amazonaws.com/semana-omnistack/aircnc.sketch).
To open `.sketch` extension in any operating system, you can use [Figma](https://www.figma.com/).
## 🤔 How to contribute
**Make a fork of this repository**
```bash
# Fork using GitHub official command line
# If you don't have the GitHub CLI, use the web site to do that.
$ gh repo fork EliasGcf/aircnc
```
**Follow the steps below**
```bash
# Clone your fork
$ git clone your-fork-url && cd aircnc
# Create a branch with your feature
$ git checkout -b my-feature
# Make the commit with your changes
$ git commit -m 'feat: My new feature'
# Send the code to your remote branch
$ git push origin my-feature
```
After your pull request is merged, you can delete your branch
## 📝 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
---
Made with 💜 by Elias Gabriel 👋 [See my linkedin](https://www.linkedin.com/in/eliasgcf/)