EPICS Project (DSN3099) idea prototype
STEP 1 - add an .env.local file with these values
GOOGLE_CLIENT_SECRET='GOCSPX-<yoursecret>'
GOOGLE_CLIENT_ID='<yourid>.apps.googleusercontent.com'
MONGO_URI='mongodb+srv://<username>:<password>@.mongodb.net/?retryWrites=true&w=majority'
NEXTAUTH_URL='https://yourdomain.tld'
NEXTAUTH_SECRET='generate with openssl rand -base64 32'
STEP 2 - run the following commands
npm install
npm run dev
- create landing page
- configure firebase
- store user to DB
- create dashboard
- initial assessment
- initial evaluation
- daily checkins
- weekly and monthly stats
- guardian view
- school counsellor view