Description
- HTML
- CSS
- Git
- GitHub
- npm
- NodeJS
- PostgresSQL
- knex
- React
- TypeScript
- Clone or download this repository;
1 - Backend
- Configure the database (PostgreSQL):
- psql -U postgres
- CREATE DATABASE (name);
- config .env use .env-template(DB_PASS_DEV).
- Start backend:
- cd backend (Enter the backend folder);
- npm i (Install dependencies);
- npm start (Start the backend).
- Test Backend:
- CREATE DATABASE (name)_test;
- Run test: npm test.
2 - Frontend
- Start frontend:
- cd frontend (Enter the frontend folder);
- npm i (Install dependencies);
- npm start (Start the frontend).
- Test Frontend
- Run test: npm test;
- docker-compose up --build
- Fix Docker
- Fix packages
Felipe Enne Mendes Ribeiro
- Email - felipeenne@gmail.com
- Portfolio