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.
This small part of many parts to come. here we designed an authentication system and a profile page.
- Ruby on rails
- GraphQL
- REACT
- TSC
render my profile and Authentication pages
To a sub component of WREPIT's appplication
Clone the repository to your local machine if invited
$ https://github.com/renepuentes0718/wrepit-billingcd into the directory
$ bundle install$ yarn install$ rails db:create$ rails db:migrate$ rails db:seed$ rails s$ bin/webpack-dev-serverAccess graphiql from the endpoint
$ http://localhost:{PORT_NUMBER}/graphiqlOur current config default port is PORT:5000 do not forget to modify it if you choose to run on a different port