Manages the users of the application, this is a dashboard that is ready to implement new administrative tools.
- Client Details
- Environment URLS
- Da Team
- Technology Stack
- Management resources
- Setup the project
- Running the stack for development
- Stop the project
- Restoring the database
- Debugging
- Running specs
- Checking code for potential issues
Name | Role | |
---|---|---|
Aldo Lares | alares@bluepeople.com | Senior Sales Analyst |
Name | Role | |
---|---|---|
Arturo Cantú Cisneros | a0119641@gmail.com | Development |
Esteban Arocha Ortuño | estebanarocha1@gmail.com | Development |
Samantha Solis Pascacio | a01039412@itesm.mx | Development |
Valentin Trujillo García | alexandro4v@gmail.com | Development |
Technology | Version |
---|---|
NodeJS | 10.16.0 |
React | 16.13.1 |
Firebase | 7.14.4 |
Firebase Admin | 8.12.1 |
You should ask for access to this tools if you don't have it already:
- Remove favicon
- Update README.md
- Added HU012 User Admin Dashboard
Using a branch for each use case and an extra branch for general development and testing the team will work on a specific part of the project. Each use case branch will be named after the use case code and the general branch will be named development.
For this project you will need to install NodeJS version 10.
After installing these please you can follow these simple steps:
- Clone this repository into your local machine.
$ git clone git@github.com:ProyectoIntegrador2018/tenderos_web.git
- Create a .evn file and add the firebase credentials as follows:
REACT_APP_API_KEY="XXXXXXXXXXX"
REACT_APP_AUTH_DOMAIN=XXXXXXXXXXX
REACT_APP_DATABASE_URL=XXXXXXXXXXX
REACT_APP_PROJECT_ID=XXXXXXXXXXX
REACT_APP_STORAGE_BUCKET=XXXXXXXXXXX
REACT_APP_MESSAGING_SENDER_ID=XXXXXXXXXXX
REACT_APP_APP_ID="XXXXXXXXXXX"
REACT_APP_MEASUREMENT_ID=XXXXXXXXXXX
You now have your setup ready to open and run the project.
-
Run "npm install" on the terminal, to install all node modules
-
Run "npm run local" to run the project in localhost:3000
To stop the project it is needed to kill the terminal process.