This is a Next.js project bootstrapped with create-next-app.
To connect to the backend, please install the following Python dependencies.
pip install Flask
# and
pip install -U flask-corsThen, head to the root directory and run source venv/bin/activate.
We need to set-up a pocketbase for the backend and database.
Please install the pocketbase according to your system's architecture and replace the current file in uplift/backend/database.
To manage the database, please run ./pocketbase serve
Finally, run the development server:
npm run dev
# or
yarn devAnd you're all set! Open http://localhost:3000 with your browser and enjoy the application.
Please note that our app is best suited with the viewport of 800px × 1200px but in the future, we will implement full responsiveness.
For more, in-depth information about this project, please see click here!