Skip to content

DivyaKumarBaid/QWERTY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dac674e · Feb 21, 2025

History

32 Commits
Jul 26, 2023
Jul 26, 2023
Feb 21, 2025
Jul 20, 2023
Jul 21, 2023
Jul 27, 2023
Jul 26, 2023
Jul 26, 2023
Jul 26, 2023
Jul 20, 2023
Jul 20, 2023
Jul 21, 2023
Jul 27, 2023

Repository files navigation

QWERTY

Team : kuch-Bhi Team Members

  • Divya Kumar Baid
  • Sayan Ghosh
  • Subhadip Mondal

Frontend

branch : frontend
for frontend .env is required
    key:value
    VITE_API_URL=http://localhost:xyz/[backend url]

For developement mode 
```
npm install 

npm run dev
```

This is for production
```
npm install

npm run build

npm start
```

Backend

branch : backend

```
    npm install
    npm run start
```