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
You need to create an account in MongoDB and create a cluster to provide the specificated data in the .env.example
file.
-
Clone repository
git clone git@github.com:rubbenpad/platzibadges-api.git
-
Install dependencies
npm install
-
Scripts
- Development
npm run dev
- Production
npm run start
- Development