https://github.com/arjun-g/vinveli
https://github.com/arjun-g/vinveli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/arjun-g/vinveli
- Owner: arjun-g
- Created: 2022-07-28T21:08:39.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-11T04:16:03.000Z (over 2 years ago)
- Last Synced: 2025-02-02T04:42:36.573Z (3 months ago)
- Language: JavaScript
- Size: 7.46 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VinVeli
## To Run locally
## Run the react app
```
npm start
```### Run the backend api with
```
cd api && npm start
```**Before running the backend fill the requiredetails in `api/sample.env` and rename it to `.env`**