Explore the docs »
View Demo
·
Report Bug
·
Request Feature
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g- docker
https://docs.docker.com/engine/install/ubuntu/- Clone the repo
git clone https://github.com/raulsalcedo03/DayPay-react.git- Install NPM packages
npm install- Clone the backend repo
git clone https://github.com/raulsalcedo03/DayPay-node.git- Install backend NPM packages
npm install- Setup MongoDB image using docker:
sudo docker run -d -p 127.0.0.1:27017:27017 --name DayPay-node \
-e MONGO_INITDB_ROOT_USERNAME=mongoadmin \
-e MONGO_INITDB_ROOT_PASSWORD=secret \
mongo- Run the mongo image in docker:
sudo docker start DayPay-node- Start the backend server:
npm start- Start the frontend server:
npm startWe will use camelCase for all naming conventions.
When creating class names, if the class is a container we will name it according to what will be contained followed by __container. eg:
<div className="trustBox__container">trustBox</div>Branches will be named after the developer and the feature being developed. eg:
raulSalcedo-user-APIPull request have to be reviewed by two team members before merging and have to be tested berfore commiting the changes.
Usamos camelCase para todos los nombres.
Al crear cajas contenedoras para añadiremos __container al final del nombre de la siguiente manera:
<div className="trustBox__container">trustBox</div>Nombraremos las ramas en funcion de quien essta trabajando en ella y de la feature a trabajar. Por ejemplo:
raulSalcedo-user-APILas pull request tienen que ser revisadas por lo menos por dos miembros del equipo.
See the open issues for a list of proposed features (and known issues).
Raul Salcedo - raul.salcedo03@hotmail.com
Marcos Andaluz de Rosas - mandaluzr@hotmail.com
Felipe Meira - f.zende@gmail.com
Richard Perdomo - richard.perdomo121@gmail.com
Adrià Santos - adria@santos.cat
Alejo Viñeta - avinetam@gmail.com
Project Link: https://github.com/raulsalcedo03/DayPay-react
