Giter VIP home page Giter VIP logo

omnistack-rocketseat's Introduction

Course - Omnistack Week

The best programming technologies, right to the point and the right way. In the midst of so much information and the amount of tools that come up every day, you need someone to lead you in the right direction.

Omnistack Week

Installation

Installation of NODEJS

$ sudo apt-get install nodejs

Installation of YARN

$ curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
$ echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
$ sudo apt-get update && sudo apt-get install yarn

IDE

Visual Studio Code - Download

Download the visual studio code and install in your computer

$ dpkg -i code.deb

Settings

{
    "editor.minimap.enabled": false,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "editor.tabSize": 2,
    "editor.fontSize": 14,
    "editor.lineHeight": 24,
    "editor.fontFamily": "Fira Code",
    "editor.fontLigatures": true,
    "files.autoSave": "off",
    "workbench.colorTheme": "Dracula"
}

Extensions of visual studio code:

Tools

Database

In this project we will use mongodb with atlas

Backend

Project Initialization:

  • Create a folder named: backend
  • Just run the command below
$ yarn init -y

Adding express to the backend project

$ yarn add express

Adding nodemon to the backend project

$ yarn add nodemon -D

Adding mongoose to the backend project

$ yarn add mongoose

Adding axios to the backend project

$ yarn add axios

Adding cors to the backend project

$ yarn add cors

Running nodemon with yarn

$ yarn dev

Frontend

Project Initialization:

  • Just run the command below
$ yarn create react-app frontend
$ cd frontend
$ yarn start

Adding express to the frontend project

$ yarn add express

Adding react-router-dom to the frontend project

$ yarn add react-router-dom

Adding axios to the frontend project

$ yarn add axios

About project

See more: OmniStack 8.0

Copyright

Danilo Righetto

omnistack-rocketseat's People

Contributors

drighetto avatar

Watchers

James Cloos avatar Danilo Righetto avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.