/devRadar

Semana Omnistack 10.0 @rocketseat

Primary LanguageJavaScriptMIT LicenseMIT

Dev Radar

Semana Omnistack 10.0 @rocketseat Wallpaper OmniStack 10 - 1440x900

Build Status

Complete front-end, back-end and mobile application. Promoted by diego3g CEO of rockeseat, with all the proposed challenges completena.

Challenges

  • Update and Delete Backend
  • Update and Delete Frontend
  • Up textInput box with keyboard React Native

Tech

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

Installation

Backend

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= ""
FrontEend

.

$ cd devRadar/frontend
$ npm install 
$ node start or yarn start

You can use Yarn if you want.

mobile

.

$ cd devRadar/mobile
$ npm install 
$ node start or yarn start

You can use Yarn if you want.

License

MIT

Free Software