Skip to content

luanfv/timeline-api

Repository files navigation

TIMELINE API

RUN APPLICATION

  1. Start database with docker. You need was installed the docker and docker-compose (recommend the Rancher Desktop)
## run
$ docker-compose up -d
  1. Install packages on project
## run
$ npm run i
  1. Run migration to database
## run
$ npx prisma migrate dev
  1. Start the server
## run
$ npm run start:dev

APPLICATION

  • Create a timeline
  • Show a timeline by id
  • Generate the portfolio timeline with month/year list

INFRA (TODO)

  • Host the server
  • Chose a database
  • Chose a TypeORM
  • Host database

Releases

No releases published

Packages

No packages published