Project for Webdev-3 Week 3
- Lecture 1: first commit - ba2adf6d011c0b4289540f3c2357f6847770b390
- Lecture 2: ba2adf6d011c0b4289540f3c2357f6847770b390 - TBD?
- Lecture 3: TBD - TBD
Added API
- You can now interact with a restful API to create tweets or users and update them
- Before starting the create-react-app you will need to start the fake api server by
issuing the following command:
```
npm run api
```
- for documentation on what you can do with this fake api - please see [json-server](https://github.com/typicode/json-server)