Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yoshitunaiga/vitecare-backend
https://github.com/yoshitunaiga/vitecare-backend
appwrite expressjs javascript node-appwrite nodejs
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yoshitunaiga/vitecare-backend
- Owner: YoshiTunaiga
- Created: 2024-11-29T19:15:08.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-11-29T21:26:41.000Z (23 days ago)
- Last Synced: 2024-11-29T21:27:46.569Z (23 days ago)
- Topics: appwrite, expressjs, javascript, node-appwrite, nodejs
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. 📜 [Overview](#overview)
2. ▶️ [Get Started](#getstarted)# 📜 Overview
This repository is a ViteCare backend server.
# ▶️ Get Started
Follow these steps to set up the project locally on your machine.
**Prerequisites**
Make sure you have the following installed on your machine:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en)
- [npm](https://www.npmjs.com/) (Node Package Manager)**Installation**
Install the project dependencies using npm:
```bash
npm install
```**Set Up Environment Variables**
Create a new file named `.env.local` in the root of your project and add the following content:
```env
#APPWRITE
PROJECT_ID=
API_KEY=
DATABASE_ID=
PATIENT_COLLECTION_ID=
DOCTOR_COLLECTION_ID=
APPOINTMENT_COLLECTION_ID=
PUBLIC_BUCKET_ID=
PUBLIC_ENDPOINT=https://cloud.appwrite.io/v1
PORT=
PUBLIC_ADMIN_PASSKEY=111111
FRONTEND_URL=http://localhost:1111
SENTRY_AUTH_TOKEN=
```