KhalidAdan / eligibility-estimator

Home Page:https://eligibility-estimator.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Quick starter template for DTS projects making use of one of our commonly-used Next.js setups. This template uses the basic Next.js create-next-app bootstrap template.

Technologies Implemented

This project uses

How to Implement/Get Started

Values that need to be configured:

Replace eligibility-estimator-client name to new project name

Search "eligibility-estimator-client", replace in package.json, run "npm i" in terminal and confirm package-lock.json is updated

Configuring Helm

In the helm template, the application name is single-tier-application. this will need to be changed by the current application name.

For every Kubernetes cluster, a context.sh file needs to be defined. For example, one might be called context-dev.sh and the other context-prod.sh.

For more information, please visit the DTS SRE deployment templates.

Deployments

Write something about how deployments are done

PR Procedures/Definition of done

We need to have at least one person reviewing each PR before it can be merged. Also, each branch should be prefixed by the relevant Jira issue, if possible e.g. DC-13-comprehensive-readme

Useful Links

TeamCity Link

--- Default Create Next App text: remove or keep or re-use at your discretion ---

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

About

https://eligibility-estimator.vercel.app

License:Other


Languages

Language:TypeScript 96.8%Language:JavaScript 1.1%Language:Kotlin 0.9%Language:CSS 0.8%Language:Mustache 0.4%Language:Dockerfile 0.1%Language:Shell 0.0%