Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.5 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.5 KB

Pokedex

Technologies   |    Requirements   |    How to Use

🚀 Technologies

This project was developed with the following technologies:

📚 Requirements

  • To have Git installed to clone the repository.
  • To have Node.js installed.
  • To have Postgres image running.

🔨 How to Use

This application required Node.js v16+. From your command line:

  # Clone this repository:
  $ https://github.com/MatheusPires99/rentx

  # Go into the repository:
  $ cd rentx

  # Install dependencies:
  $ yarn

  # Run migrations
  $ yarn prisma migrate dev

  # Start application:
  $ yarn dev

Create a .env file similar to .env.example.