Skip to content

Platform designed for students at Adamson University to easily connect with their blockmates and klasmeyts.

Notifications You must be signed in to change notification settings

lonewanderer27/Chat-Ur-Meyts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Ur-Meyts

This is a React project that uses Supabase for backend services, and a custom backend for recommendation.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of Node.js and npm.
  • You can access services provided by Supabase on your network.

Running the Project

To run this project, follow these steps:

  1. Clone the repository
git clone https://github.com/lonewanderer27/chaturmates-v2
  1. Install the dependencies:
cd chaturmates
npm install
// or bun install if you are using bun
  1. Create a .env file in the root directory of the project and add the following variables:
VITE_SUPABASE_ANON_KEY=<project_supabase_anon_key>
VITE_SUPABASE_API_URL=<project_supabase_api_url>
VITE_RECOMMEND_BACKEND=<project_recommend_backend_api_url>

Replace <your_supabase_anon_key>, <your_supabase_api_url>, <project_recommend_backend_api_url> with our actual keys and IDs.

  1. Start the development server:
npm run dev
// or bun dev if you are using bun

The application should now be running at http://localhost:5173 Please make sure that the recommend backend is running as well.

Contributing to Chaturmates

To contribute, follow these steps:

  1. Fork this repository to your github account.
  2. Create new branch: git checkout -b <new_branch_name>
  3. Make your changes and commit them: `git commit -m '<commit_message>'
  4. Push to the new branch and your new repository: git push origin
  5. Create the pull request in the original github repository.

Contact

If you want to contact me you can reach me at adrianejames27@gmail.com

License

This project uses the GPL-v3 License.

About

Platform designed for students at Adamson University to easily connect with their blockmates and klasmeyts.

Topics

Resources

Stars

Watchers

Forks