Simple Allergy management system using MERN(Typescript) stack.
Install dependencies: npm i
run: npm run dev
run test: npm run test
For configuring environment, add .env file on root folder.
MONGODB_URI = xx
ACCESS_TOKEN_SECRET = xx
REFRESH_TOKEN_SECRET = xx
ORIGIN= xx
PORT = xx
HOST= xx
Install dependencies: npm i
TO run application: npm run start
To run test npm run test