Skip to content

purplekev/uplift

 
 

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

To connect to the backend, please install the following Python dependencies.

pip install Flask
# and 
pip install -U flask-cors

Then, 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 dev

And 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.

More information

For more, in-depth information about this project, please see click here!

About

an app that lets you level up with your friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.2%
  • TypeScript 1.3%
  • JavaScript 0.2%
  • CSS 0.1%
  • PowerShell 0.1%
  • C 0.1%