Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thiagojacinto/omnistack10-devradar
Project of the OmniStack season 10: A radar of Developers
https://github.com/thiagojacinto/omnistack10-devradar
javascript nodejs nodejs-api reactjs
Last synced: 6 days ago
JSON representation
Project of the OmniStack season 10: A radar of Developers
- Host: GitHub
- URL: https://github.com/thiagojacinto/omnistack10-devradar
- Owner: thiagojacinto
- License: mit
- Created: 2020-01-15T17:45:08.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T21:18:37.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T05:46:53.527Z (almost 2 years ago)
- Topics: javascript, nodejs, nodejs-api, reactjs
- Language: JavaScript
- Size: 517 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Omnistack10: project of `devRadar`
Project of the OmniStack season 10: A radar of Developers. Using NodeJS in backend, ReactJS in Frontend and React Native for mobile integration.
## [Backend](/backend/): NodeJS
Uses `express`, `axios`, `mongoose` & `cors` modules to make it possible to work locally, @ development. Uses mongoDB, with integration to [MongoDB Atlas](https://www.mongodb.com/cloud/atlas/lp/general/) starting with online database.
Proposed challenges: .update() & .destroy() methods to deal with info with MongoDB.
Tried to deploy it inside Netlify: https://devradar-backend-api.netlify.com
## [Frontend](/web/): ReactJS
Starting with [`create-react-app`]() to set up the environment and then adding `axios` to connect with backend server.
Thoughts: create a way to use at frontend the challenges proposed to the backend implementation.