- Flutter, Node.js, Express.js, MongoDB, Mongoose, Google OAuth, JWT, npm
- Run server by 'npm start dev'
- Open website by running 'flutter run -d chrome --web-port 3000'
- Built REST API for signing up and signing out using Google Cloud Plateform oAuth.
- Generated JWT to share security information between a client and a server
- Auth Middleware to protect selected routes and ensure that a user is authenticated before allowing their requests to go through.
- Local Storage to keep token for each users.