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-demo
database in MongoDB - Go to frontend folder
npm install
ng serve
- Go to backend folder
npm install
gulp develop
react-node-bitbucket-login is released under MIT License.