Chintan2108 / CyanoKhoj

This is a web-app which employs the citizen science program by tracking their tweets and subsequent data analysis on Google Earth Engine, aimed at effective CyanoHAB detection and monitoring in water bodies around the world.

Home Page:http://34.67.7.17/CyanoKhoj/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User Registration and Database Connectivity

Chintan2108 opened this issue · comments

  • Currently the users are static and there is no database connectivity
  • Develop a registration form for new users
  • Ask for full name and email id
  • Set email id as username and ask for password
  • Verify user email by url (Prevent login unless verified)
  • Store user details in the database
  • Sign in with Google (OAuth2)