This is the simple graphql chat service that should help you in practicing you frontend skills.
If you are interested in some new frontend framework you could try to write an application that integrates with this server. This should help you to understand chosen technologies more and try it tools and features.
- Stateless - There is no database so each time you restart the server it will be empty. (SQLLite could be integrated as a new feature)
- NodeJS
- Apollo Server
- Typescript
- Clone the repo
- Install dependencies
npm install
- The server is ready on port :4000