Code Monkey home page Code Monkey logo

nlw-valoriza's Introduction

nlw-valoriza

Projeto desenvolvido na Next Level Week Together da Rocket Seat

Teste você

https://veiga-nlw-valoriza.herokuapp.com/

Adicionais nesse projeto

  • Deploy no Heroku
  • Envio de emails com SendGrid
  • Banco de dados PostgreSQL
  • Lançamento de erros conhecidos com os respectivos status codes
  • Váriaveis de ambiente

Contribuindo

  1. Clone este repositório

  2. Na raiz do projeto, rode :

    $ yarn install
  3. Na raiz, crie um arquivo chamado .env.local com:

    JWT_SECRET="Sua_chave_privada"
    
    SENDGRID_API_KEY="Sua_chave_Sendgrid"
    SENDGRID_EMAIL="Seu_email"
    
    # A senha deve estar em formato de URL
    DB_URL="postgres://usuário:senha@host:5432/bancoDeDados"
    
    # Dev usa src e ts; Produção usa dist e js
    TYPEORM_FOLDER = "src"
    TYPEORM_FILE = 'ts'
  4. Inicie o banco de dados, na raiz:

     $ yarn typeorm migration:run
  5. Inicie o servidor de desenvolvimento, na raiz:

     $ yarn dev

nlw-valoriza's People

Contributors

alvaromrveiga avatar

Watchers

 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.