- install node (node version used for this project
v16.16.0, npm versionv8.15.0) - go to
pokemon/serverand do the following- execute:
npm installto install all the server modules - execute:
npm startto run server
- execute:
- go to
pokemon/clientand do the following- create a file named
.env - open .env file and add the environment variable (REACT_APP_API_URL= http://localhost:3001)
- execute:
npm installto install all the client modules - execute:
npm startto run client - Open http://localhost:3000 to view it in the browser
- create a file named
- Use docker to implement microservice structure for server and client projects
- Improve UI experience (Responsive design)
- Add unit tests and integration tests to improve code coverage