Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days ago
JSON representation

Connect devs inside a company spot - Semana OmniStack 9.0 by @rocketseat

Awesome Lists containing this project

README

        


Aircnc


☕ Code and coffee



Made by

Repository size


GitHub last commit

GitHub


About the project   |   
Technologies   |   
Getting started   |   
Layout   |   
How to contribute   |   
License



Frontend

## 💻 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/)