Running the app:
- Run Server side by running [node server.js]
- Run Client side by running [npm start] in ./client/src
Client side:
- Using JS, React, Redux.
- Item_Client is calling servers API.
Server Side:
- Using Node.JS, Express.JS Framework.
- Load, Add, Update, Delete TO-DO's from DB using Sequelize.
- If user add a number, Calls Pokemon-API (https://pokeapi.co/) and catch the right Pokemon.
(Note - Meanwhile, I'm working on add Tests [unit, integration] to app)