Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazim1971/scopioe
https://github.com/nazim1971/scopioe
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nazim1971/scopioe
- Owner: nazim1971
- Created: 2024-08-02T03:10:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T17:53:23.000Z (3 months ago)
- Last Synced: 2024-08-04T13:52:22.013Z (3 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here's the revised README file with the login credentials at the top:
---
# Dynamic Therapist App
A dynamic web application to search for therapists by location and login using Google or email.
## Login Credentials for Testing
- **Email:** [email protected]
- **Password:** Nazim123## Live Link
[Dynamic Therapist App](https://scopioe-87a37.web.app/)
## Features
- Search therapists by location
- Login via Google
- Manual email login## How to Use
### 1. Clone the Repository
```bash
git clone https://github.com/your-username/therapist-app.git
cd therapist-app
```### 2. Set Up Firebase
1. Go to the [Firebase Console](https://console.firebase.google.com/).
2. Create a new project.
3. Register your app with Firebase.
4. Get your Firebase configuration object.### 3. Create `.env.local` File
In the root directory of your project, create a `.env.local` file and add the following environment variables with the values from your Firebase app:
```
VITE_APIKEY=your-api-key
VITE_AUTHDOMAIN=your-auth-domain
VITE_PROJECTID=your-project-id
VITE_STORAGEBUCKET=your-storage-bucket
VITE_MESSAGINGSENDERID=your-messaging-sender-id
VITE_APPID=your-app-id
```### 4. Install Dependencies
```bash
npm install
```### 5. Run the Application
```bash
npm run dev
```---
Feel free to modify the live link and repository link as needed.