- install node (node version used for this project
v16.16.0
, npm versionv8.15.0
) - go to
pokemon/server
and do the following- execute:
npm install
to install all the server modules - execute:
npm start
to run server
- execute:
- go to
pokemon/client
and 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 install
to install all the client modules - execute:
npm start
to 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