🧬 Intelligent dosage tracker application with purpose to monitor supplements, nootropics and psychoactive substances along with their long-term influence on one's mind and body.
Application is contained in monorepository and overall there is single .env at root directory which allows us to control general configuration of services. There is a need to create symlink to main .env and use .env to configure API_URL for Next.js application. For now it's the only usecase which will be helpful for local development of API and Web at the same time.
Application is contained in monorepository and overall there is single
.env
at root directory which allows us to control general configuration of services. There is a need to create symlink to main.env
and use.env
to configure API_URL for Next.js application. For now it's the only usecase which will be helpful for local development of API and Web at the same time.