Skip to content

matheusdoedev/medical-supplier-manager

Repository files navigation

Medical Supplier Manager

It is a tool to manage medicines storage and data.

Installation

1. Clone the project

git clone [email protected]:matheusdoedev/nextjs-boilerplate.git

Running project in development mode

1. Install dependencies

npm install

yarn

2. Configure .env file

NODE_ENV=development

VITE_INTERVIEW_API_URL=PUT_THE_URL_HERE

3. Run project

npm run dev

yarn dev

Running project in production mode with Docker & Docker Compose

1. Configure .env file

VITE_INTERVIEW_API_URL=PUT_THE_URL_HERE

2. Run with docker-compose

docker-compose up

# or in detach mode

docker-compose up -d

Running project in production mode without Docker

1. Install dependencies

npm install

yarn

2. Configure .env file

VITE_INTERVIEW_API_URL=PUT_THE_URL_HERE

3. Build project

npm run build

yarn build

4. Run project

npm preview

yarn preview

Technologies

Contributing

  1. Fork it (<[email protected]:matheusdoedev/pizza-army.git>)
  2. Create your feature branch (git checkout -b feat/fooBar)
  3. Commit your changes following conventional commits pattern (git commit -am 'feat: add some feature')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Reques