Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 708 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 708 Bytes

Platzi Badges API

API created to apply the knowledge earned in the Backend with Node course at Platzi and to provide a data persistence to Platzi Badges Application created in the ReactJs course.

Demo of the Platzi Badges Application: Platzi Badges

Quick Start 🤖

You need to create an account in MongoDB and create a cluster to provide the specificated data in the .env.example file.

  1. Clone repository

  2. Install dependencies

    • npm install
  3. Scripts

    • Development npm run dev
    • Production npm run start