git clone https://github.com/falcons-cs-assignments/pharmacy-website.git
DB_URI = "mongodb://127.0.0.1:27017/pharmacy"
PORT = 5000
JWT_SECRET_KEY = "MySecretKey"
JWT_ACCESS_TOKEN_EXPIRES = 30m
API_URL = "http://localhost:5000"
go to client and server dirs and execute the same next command
npm install
npm run dev
npm start