-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make possible to run application locally #30
Comments
douglascvas
added a commit
that referenced
this issue
Sep 3, 2018
#17 - Added driver table #17 - Added driver_car table #17 - Added driver_ride table #17 - Created initial prototype for sending sms #17 - Moved some mysql configurations #30 - Added support for modifying the database structure from the code #30 - Refactored code to create and list rides. #30 - Added missing tests. #30 - Moved backend sources. #30 - Implemented express application for running locally. #30 - Reestructured backend code to use ES6 classes
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
#17 - Added driver table #17 - Added driver_car table #17 - Added driver_ride table #17 - Created initial prototype for sending sms #17 - Moved some mysql configurations #30 - Added support for modifying the database structure from the code #30 - Refactored code to create and list rides. #30 - Added missing tests. #30 - Moved backend sources. #30 - Implemented express application for running locally. #30 - Reestructured backend code to use ES6 classes
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 4, 2018
douglascvas
added a commit
that referenced
this issue
Sep 5, 2018
douglascvas
added a commit
that referenced
this issue
Sep 5, 2018
douglascvas
added a commit
that referenced
this issue
Sep 5, 2018
douglascvas
added a commit
that referenced
this issue
Sep 5, 2018
douglascvas
added a commit
that referenced
this issue
Sep 5, 2018
darrenjl
added a commit
that referenced
this issue
Sep 29, 2018
#30 - run app locally - initial issue testing was an error on my part, I was missing the .env.local file.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it is very hard to develop in the project because we need to have real credentials and deploy to production in order to run/test the application. We need a way to run the application locally to make easier to develop.
The text was updated successfully, but these errors were encountered: