Pinned Repositories
ensure-dir
Utility function to ensure a directory path exists and return a Promise
eslint-config-base
Basic opinionated eslint/prettier config
eslint-config-react
Opinionated eslint/prettier config for Next.js/React projects
example-restful-next-api-employees
A simple example to demonstrate the usage of @appgeist/restful-next-api
example-storage
A simple example to demonstrate the usage of @appgeist/storage
example-storage-with-auth
A sample project to demonstrate the usage of @appgeist/storage with authentication
get-file-from-url
Utility function to download a file from a specified URL
react-select-material-ui
An outlined Material-UI input component based on react-select, inspired by the Autocomplete section in Material-UI docs
restful-next-api
Build restful API methods for Next.js > 9 and validate the incoming requests with yup
storage
An opinionated Express-based storage server featuring assets uploading and on-demand image-resizing, like a self-hosted Cloudinary
AppGeist's Repositories
appgeist/react-select-material-ui
An outlined Material-UI input component based on react-select, inspired by the Autocomplete section in Material-UI docs
appgeist/restful-next-api
Build restful API methods for Next.js > 9 and validate the incoming requests with yup
appgeist/storage
An opinionated Express-based storage server featuring assets uploading and on-demand image-resizing, like a self-hosted Cloudinary
appgeist/ensure-dir
Utility function to ensure a directory path exists and return a Promise
appgeist/example-restful-next-api-employees
A simple example to demonstrate the usage of @appgeist/restful-next-api
appgeist/get-file-from-url
Utility function to download a file from a specified URL
appgeist/eslint-config-base
Basic opinionated eslint/prettier config
appgeist/eslint-config-react
Opinionated eslint/prettier config for Next.js/React projects
appgeist/example-storage
A simple example to demonstrate the usage of @appgeist/storage
appgeist/example-storage-with-auth
A sample project to demonstrate the usage of @appgeist/storage with authentication
appgeist/exec
Utility function to execute a shell command and return a Promise
appgeist/file-exists
Utility function to check if a file exists and return a Promise
appgeist/restful-api
An opinionated, convention-over-configuration Express-based restful API server featuring yup validation
appgeist/example-restful-api-employees
A simple example to demonstrate the usage of @appgeist/restful-api