Skip to content

Commit

Permalink
Improved summary in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dcruzb committed Aug 8, 2023
1 parent 005a377 commit 6414a39
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/node_modules
/build
/dist
/dist
.gitlab-ci.yml
.github
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
# Building app
FROM node:16 as build

USER node
RUN mkdir /home/node/app
WORKDIR /home/node/app
COPY package*.json ./

RUN npm ci

COPY . .

RUN npm run build

# Using the build
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Research Dashboard
# Research Dashboard API

The Research Dashboard is a system built to display informations extracted from the Lattes curriculum of professors.
The Research Dashboard API is a versatile tool that not only extracts information from professors' Lattes curriculum but also qualifies and presents the extracted data in a more convenient and summarized manner. This unique feature allows for in-depth analysis and study of large groups of professors, with a specific focus on their publications, enabling researchers to efficiently assess and evaluate their academic contributions.

## Technologies used
## Main Technologies used

- [NestJS](https://nestjs.com)
- [Postgres](https://www.postgresql.org)
Expand Down

0 comments on commit 6414a39

Please sign in to comment.