Challenge Overview
We have a pretty decent start with out Drone Service Provider App and we are ready to make a bunch of small fixes and enhancements before we start to add some new features. In the forum you will find the github repo to our front end. You will be happy to know that it is pre-configure to connect to our working backend. All you have to do is.
git clone .... npm install npm start
If you need to see the server code for reference I will provide that in the forums too.
And you should be ready to go.
For this challenge all we want to change is to auto-create a user in the database if they select the social login. Of course you will need to figure out if this is a first time user or not but that should be pretty easy. If the user already exist they should be issues a access token.
Submission info.
Once you have cloned the repo please create a new branch called createuser+yourhandle and when you submit the zip file please be sure to include the .git dir so it make it eaiser to merge.
Final Submission Guidelines
- Ensure good test coverage on all modules
Upload documentation for how to run your submission
Upload all your source code as a zip for review
Winner will be required to submit a pull request with their winning code.