Proyecto de Ingeniería de Software 2020
- Clone this repo using
https://github.com/dianaxime/ProyectoVE.git
-
NodeJs and Yarn (https://nodejs.org/en/download/)
-
PostgreSQL(https://www.postgresql.org/download/)
-
Create a .env file at the project root
ProyectoVE/backend/.env
see env_example file to know what to add to .env in your root folder. -
DBeaver: DBeaver is free and open source universal database tool for developers and database administrators. (https://dbeaver.io/download/), this is optional though, you can use any other GUI for postgreSQL.
Create PostgreSql DB (go to SQL Shell)
DB Start and Run NodeJS Server
$ cd backend
$ yarn install
$ yarn run setup
$ yarn run seed-user-table
$ yarn start
Run React app
$ cd frontend
$ yarn install
$ yarn start
Maria Ines Vasquez | Camila Gonzalez | Mercedes Retolaza | Abril Palencia | Diana de Leon |
---|---|---|---|---|
github.com/18250MariaInes |
github.com/CamilaGO |
github.com/mretolaza |
github.com/AbrilPal |
github.com/dianaxime |