Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carloslevir/devradar
:pushpin: A dev finder
https://github.com/carloslevir/devradar
heroku lerna node nodejs react react-native reactjs
Last synced: about 5 hours ago
JSON representation
:pushpin: A dev finder
- Host: GitHub
- URL: https://github.com/carloslevir/devradar
- Owner: CarlosLevir
- Created: 2020-01-19T16:47:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:18:41.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T00:02:58.807Z (over 1 year ago)
- Topics: heroku, lerna, node, nodejs, react, react-native, reactjs
- Language: JavaScript
- Homepage: https://youtu.be/IJ-lv7TGC4k
- Size: 2.57 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
DevRadarThe monorepo of a developers finder mobile and web app, built in a Omnistack Week
## Features
This app features all the latest tools and practices in mobile development!
- ⚛️ **React Js** — A JavaScript library for building user interfaces
- ⚛️ **React Native** — A lib that provides a way to create native apps for Android and iOS
- 💹 **Node Js** — A web framework for Node Js
- 📄 **MongoDB** — A cross-platform and open-source document-oriented database
- ♻️ **Socket IO** — A library for realtime web applications## Getting started
1. Clone this repo using `git clone [email protected]:CarlosLevir/DevRadar.git devradar`
2. Move yourself to the appropriate directory: `cd devradar`
3. Run `yarn` to install dependencies
4. Run `lerna bootstrap` to install the packages dependecies### Getting started with the backend server
1. Move yourself to the backend folder: `cd backend`
2. Create a `.env` file and add the MongoDB url connection in MONGO_URL field
3. Run `yarn dev` to start the server### Getting started with the frontend app
1. Move yourself to the frontend folder: `cd frontend`
2. Run `yarn start` to start the web application### Getting started with the mobile app
1. Move yourself to the mobile folder: `cd mobile`
2. Run `react-native run-ios` (or `run-android` if your prefer) to start the mobile appNote: If you choose to start the mobile app in the android emulator, you will have to start the emulator before using
the `run-android` command.## License
This project is licensed under the MIT License - see the [LICENSE](https://opensource.org/licenses/MIT) page for details.