https://github.com/mcodex/devradar-omnistack10
https://github.com/mcodex/devradar-omnistack10
express mongodb mongoose nodejs react react-native
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mcodex/devradar-omnistack10
- Owner: mCodex
- License: mit
- Created: 2020-01-18T13:57:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T13:21:45.000Z (about 3 years ago)
- Last Synced: 2025-01-20T10:17:53.884Z (about 1 year ago)
- Topics: express, mongodb, mongoose, nodejs, react, react-native
- Language: JavaScript
- Size: 2.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dev radar
Platform created for studying purposes, taught at [omnistack-week10](https://rocketseat.com.br/week-10/aulas) by Rocketseat team. However, I did my own implementation of that using my own logic, code styling and libs, but the result is still the same.
# Stack
## Backend - Node.JS + MongoDB
Bootstraped by [express-generator](https://expressjs.com/en/starter/generator.html) using:
* Mongoose
* Airbnb's Eslint
* Prettier
## Web - React
Bootstraped by [create-react-app](https://github.com/facebook/create-react-app) using:
* [Styled Components](https://styled-components.com/)
* [Formik](https://jaredpalmer.com/formik/)
* Airbnb's Eslint
* Prettier
## Mobile - React-Native
Bootstraped by [react-native init](https://github.com/react-native-community/cli#using-npx-recommended) using:
* react-native-maps
* react-native-webview
* Airbnb's Eslint
* Prettier