Semana Omnistack 10.0 @rocketseat
Complete front-end, back-end and mobile application. Promoted by diego3g CEO of rockeseat, with all the proposed challenges completena.
- Update and Delete Backend
- Update and Delete Frontend
- Up textInput box with keyboard React Native
technologies used in this project:
- node.js - evented I/O for the backend
- Express - fast node.js network app framework [@tjholowaychuk]
- [socket.io] - allows real-time communication.
- [react] - framework javascript
- [mongoose] - non-relational database
Requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd devRadar/backend
$ npm install -d
$ node app
You can use Yarn if you want.
Rename dontenv or create a new one
$ npm install --production
$ MONGO_URL= ""
.
$ cd devRadar/frontend
$ npm install
$ node start or yarn start
You can use Yarn if you want.
.
$ cd devRadar/mobile
$ npm install
$ node start or yarn start
You can use Yarn if you want.
MIT
Free Software