Skip to content

This repo was created to the final exam of the NoSql class from IMD - UFRN

License

Notifications You must be signed in to change notification settings

will-lucena/Pokemon-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokeshop API

Description

This is a repository of a node API connected with a mongo database to work like a pokemon market where the user can:

  • Request pokemons infos from pokeapi by name
  • Create buy and sell transactions to a specific pokemon by name
  • List all transactions of a specific pokemon by name
  • Finish a specific transaction using its _id and the pokemon name
  • List all pokemons stored in the mongo database

this project was created to the final exam of the NoSql class from IMD - UFRN

How to run

  1. npm install
  2. Setup your mongo on port 27017 and start it
  3. npm run start
  4. Access localhost:3000 on your browser to see the documenation
  5. Change the default server before trying access some endpoint through swagger

About

This repo was created to the final exam of the NoSql class from IMD - UFRN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published