Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 985 Bytes

File metadata and controls

59 lines (43 loc) · 985 Bytes

This is an ongoing project likely to have a lot iterations. In the meantime here is a brief description for those who intend to navigate around this project.

Description

This small part of many parts to come. here we designed an authentication system and a profile page.

Technologies

  • Ruby on rails
  • GraphQL
  • REACT
  • TSC

Features

render my profile and Authentication pages

Usage

To a sub component of WREPIT's appplication

Clone the repository to your local machine if invited

$ https://github.com/renepuentes0718/wrepit-billing

cd into the directory

$ bundle install
$ yarn install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails s
$ bin/webpack-dev-server

Access graphiql from the endpoint

$ http://localhost:{PORT_NUMBER}/graphiql

Our current config default port is PORT:5000 do not forget to modify it if you choose to run on a different port