Skip to content

App to catch pokemons! Backend (node/mongo) + Frontend (react)

License

Notifications You must be signed in to change notification settings

raftael/pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon App

This project contains a frontend and backend solution

Installation

Backend

To install backend project open a terminal and go to 'backend' folder and run:

npm i 

To run the project execute:

npm run start

Frontend

To install frontend project open a terminal and go to 'frontend' folder and run:

npm i 
npm run start

Test

Backend

To run the test you should tun a Postamn collection (path: backend/test )

Frontend

To run the test open a terminal and go to 'frontend' folder and run:

npm run test

License

MIT