Skip to content

sidbanerjee001/Aveenis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FRONTEND

  1. Enter web-ui & install NPM packages (if you're using pnpm, replace npm with pnpm in all the commands below):
npm i
  1. Create a .env file in the "aveenis" directory, i.e. the root folder. This is necessary to securely request data from the Supabase backend.
REACT_APP_PROJECT_URL=<input url>
REACT_APP_ANON_KEY=<your ANON key>
  1. You can now run the Next.js local development server:
npm run dev

BACKEND

  1. Enter backend and install python packages. BEST TO CREATE VIRTUAL ENVIRONMENT FIRST!
pip install -r requirements.txt
  1. Run Flask app with debug mode (best for development) or build mode (best for deployment testing)
flask --app app.py --debug run

OR

flask --app app.py run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •