https://github.com/masterfermin02/coronavirusrd-admin
This app is the admin panel of the coronavirus RD app
https://github.com/masterfermin02/coronavirusrd-admin
Last synced: 4 months ago
JSON representation
This app is the admin panel of the coronavirus RD app
- Host: GitHub
- URL: https://github.com/masterfermin02/coronavirusrd-admin
- Owner: masterfermin02
- License: other
- Created: 2020-03-24T16:51:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:35:59.000Z (over 3 years ago)
- Last Synced: 2025-05-31T12:21:44.488Z (about 1 year ago)
- Language: HTML
- Homepage: https://my-profile-164203.web.app/
- Size: 1.91 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: License.pdf
Awesome Lists containing this project
README
# Coronavirus RD admin
this app is the admin panel of the [coronavirus-rd](https://www.coronavirus-rd.com/) app
## require
- nodejs
## How to setup this project
Copy the run firebase end template then you most edit it with you firebase credentails
- `cp src/firebaseEnvTemplate.js to src/firebaseEnd.js`
Instalar las dependencias
- `npm install`
#### Project
1. Fork and clone git repository.
```bash
>$ touch .env.development.local
```
2. Use the following firebase config for development
```txt
VUE_APP_FIREBASE_APIKEY=AIzaSyC75e2MJpejR3w2s5F173oUBks6D6UMMV4
VUE_APP_FIREBASE_AUTHDOMAIN=coronavirus-rd-dev.firebaseapp.com
VUE_APP_FIREBASE_BASEURL=https://coronavirus-rd-dev.firebaseio.com
VUE_APP_FIREBASE_PROJECTID=coronavirus-rd-dev
VUE_APP_FIREBASE_STORAGE_BUCKET=coronavirus-rd-dev.appspot.com
VUE_APP_FIREBASE_MESSAGING_ID=116223129618
VUE_APP_FIREBASE_APPID=1:116223129618:web:6ea052c525b2ae7f8500cb
VUE_APP_FIREBASE_MEASUREMENTID=G-XW1JWP29G4
```
3. From root of project, run `npm start`
Run the services and happy development
- `npm run start`
## Collaborators
- thanks to the [theme](https://mdbootstrap.com/docs/vue/)