https://github.com/matthysdev/googleads
https://github.com/matthysdev/googleads
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matthysdev/googleads
- Owner: MatthysDev
- Created: 2024-02-16T08:32:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T11:20:43.000Z (over 2 years ago)
- Last Synced: 2025-02-27T04:42:05.856Z (over 1 year ago)
- Language: TypeScript
- Size: 792 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Ads project
## Matthys Ducrocq - Corentyn Masset
## Front
```console
cd front-google-ads
```
```console
npm i
```
```console
npm run start
```
## Back end Express
```console
cd express-api
```
```console
node server.js
```