Demo application that shows how implement Bitbucket login with React on frontend and Node.js/Express on backend that is implementing REST API.
This application was created as material that is described in the blog post. For creating React app we have used crate-react-app.
- Start MongoDB - our application expects that there is
bitbucket-demodatabase in MongoDB - Go to frontend folder
npm installng serve
- Go to backend folder
npm installgulp develop
react-node-bitbucket-login is released under MIT License.