This is a Next.js project bootstrapped with create-next-app.
Node 18.
There is a .nvmrc file in this repo. Running nvm use will read it and adjust your local Node version accordingly.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
Dockerize the app, then send the resulting image to ECR where it can be deployed by an AWS service
- SNS alerts if a daily threshold is breached
- CSV upload to s3 -> insert into DynamoDB
- Validation / fail case handling
- Testing
- Dockerizing
- Break out forms into their own pages
- Addressing TypeScript errors that have been thus far ignored
- Use Swagger docs as both a source for API Gateway and as a source for an API visualization documentation page
A .env file is used to handle secrets. A stubbed out dotenv file is provided in the repo. Please copy the values into a .env of your own (it's .gitignore'd).
Variables that are used on the client can be seen in dotenv. Contact project maintainers for corresponding secret values.
API swagger file is located in /pages/api (api-swagger.json). This file can be exported from API Gateway and should be updated when API Gateway changes.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!