Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Table of Contents

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=
```