Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 932 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 932 Bytes

🚀 Rocktseat NodeJS NPS API

This app was developed during NLW 4.0 (Next Level Week), and aims to simulate an NPS (Net Promoter Score) API using NodeJS.

💻 Technologies

🧰 Architecture

Database

alt

💿 Installation

# Install dependencies
yarn

# Run migrations to create SQLite database
yarn typeorm migration:run

🏃 Running

yarn dev

✅ Tests

yarn test