Note: This is a sample project for Zafar Saleem's blog on medium
Before using this project please make sure you've finished through step #3 of the strapi quickstart guide and have strapi spun up on it's default port -> 1337.
- Clone this repository
- Run npm install inside its root folder.
- run npm start
- Go to http://localhost:3333 in your browser to see it in action.
@zafar-saleem implemented a real world project timeoff-app using this architecture.