Giter Site home page Giter Site logo

nlw-together-letmeask's Introduction

Desktop

Desktop - Login

About

  • LetMeAsk is an application developed during Next Level Week #6 ; LetMeAsk is a open source Q&A app. Developed with react js and firebase;

Getting started

Docker

  • This repository contain a Dockerfile to build the aplication in docker containers. To start the project , you need run:
    • docker build . && docker-compose up -d
    • This command will start a docker container with name: reactjs-nlwt-2021
    • To access the container , you have to run : docker exec -it reactjs-nlwt-2021 bash . You will start on /opt folder
      • If you want SSL , you can run ./generateSSL.sh , by default , the script receive localhost like domain ( not tested ). If you use a domain , replace every occurrence from localhost to your domain at ./generateSSL.sh file.

Starting the project

  • Access the folder:

    • cd letmeask
  • Install the dependencies:

    • yarn
  • Start the server:

    • yarn start
    • The server will start at port 3000
  • You can access the app on browser by : http://localhost:30000 or by your domain;

Contribute

  • clone the repo at https://github.com/hfmiguel/nlw-together-letmeask
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat | my new feature';
  • Push to your branch: git push origin my-feature.
  • By Henrique Felix

nlw-together-letmeask's People

Contributors

hfmiguel avatar

Watchers

James Cloos 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.