项目作者: raftael

项目描述 :
App to catch pokemons! Backend (node/mongo) + Frontend (react)
高级语言: JavaScript
项目地址: git://github.com/raftael/pokemon.git
创建时间: 2019-07-15T21:50:57Z
项目社区:https://github.com/raftael/pokemon

开源协议:MIT License

下载


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:

  1. npm i

To run the project execute:

  1. npm run start

Frontend

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

  1. npm i
  1. 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:

  1. npm run test

License

MIT