Instructions to Use

Setting Up the Backend

  1. Navigate to the backend directory:
1. **Install node module:**

```bash
$ yarn

2. **Compile and run the backend:**

```bash
3. **Create an .env file based on the .env.example file.**

```bash
$ yarn dev

#running PORT : 5000

## Setting Up the Backend

1. **Install node module:**
2. **Compile and run the front using command : npm start **