- React Js - A javascript library for building user interfaces. about
- Expo - Expo helps you create an Android and iOS app faster with Javascript behind it all. about
- React Native - A lib that provides a way to create native apps for Android and iOS. about
- Node Js - A web framework for Node Js. about
- MongoDB - A cross-platform and open-source document-oriented database. about
- Socket IO - A library for realtime web applications. about
- Styled components - Visual primitives for the component age. about
- Unform - Library for creating forms and validations in ReactJs. about
- Clone this repo using
git@github.com:MauricioSilv/project-for-devs.git
- Enter directory:
cd omnistack
- Run
yarn
to install dependencies
- Enter folder:
cd backend
- Create a
.env
file and add the MongoDB URL connection in the fields as in the.env.example
file. - Run
yarn dev
to start the server
- Move yourself to the frontend folder:
cd web
- Run
yarn start
to start the web application
- Move yourself to the mobile folder:
cd mobile
- Run
yarn start
- With the 'expo' app installed, you scan the qrcode and run on Android or IOS.