https://github.com/jatiinyadav/cbo-erp
https://github.com/jatiinyadav/cbo-erp
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jatiinyadav/cbo-erp
- Owner: jatiinyadav
- Created: 2024-10-08T13:52:20.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-10-15T15:00:03.000Z (6 months ago)
- Last Synced: 2025-02-12T14:18:03.466Z (2 months ago)
- Language: TypeScript
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
- Navigate to frontend directory
```bash
cd .\frontend\
npm start
```- In another terminal navigate to backend directory
```bash
cd .\backend\
node server.js
```In the server.js please make the following changes:
1. `app.use(cors({ origin: 'http://localhost:56052'}));` change the port number on which your angular application is running.
2. ```bash
const auth = new GoogleAuth({
keyFile: 'C:/Users/YADAVJA/Downloads/hardy-album-437408-b2-6bb943707858.json',
scopes: 'https://www.googleapis.com/auth/cloud-platform',
});
```
Change the route of the keyfile.