Giter Site home page Giter Site logo

logcomex-frontend's Introduction

LogComex FrontEnd

Here is the Front-End for user authentication (Login), using the LogComex Oauth2 API.

Instalation

  • Clone the repo using git command: git clone [email protected]:upcesar/logcomex-frontend.git. Project files are copied into the new folder logcomex-frontend.
  • Create a new Homestead VM or setup the existing one. For further instructions about creating the environment: https://laravel.com/docs/5.4/homestead
  • Once downloaded the Homestead VM, edit the file src/stubs/Homestead.yaml to setup folders, sites and databases

` folders:

- map: ~/my/laravel/folders
  to: /home/vagrant/Code

sites:

- map: logcomex-frontend.local
  to: /home/vagrant/Code/my/laravel/folders/logcomex-frontend/public
  
- map: www.logcomex-frontend.local
  to: /home/vagrant/Code/my/laravel/folders/logcomex-frontend/public

`

  • Execute in Homestead folder bash init.sh (Linux / Git Bash) or init.bat (Windows Cmd or Powershell).
  • Execute vagrant up and then vagrant ssh. If VM was previously created, execute vagrant provision or vagrant reload --provision instead.
  • Edit the "client_secret" in "/resource/assets/js/app.js", line 48, prior deployed the "logcomex-oauth2". Seek the "client_secret" in "oath_client" table.
  • Finally, in the VM (guest) go to the folder cd ~/Code/logcomex-frontend and then npm install to install all dependencies and then npm run dev to compile the JS and CSS.
  • You're done

logcomex-frontend's People

Contributors

upcesar 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.