Skip to content

Web application where users can order medicines delivery. Test task from ElifTech.

Notifications You must be signed in to change notification settings

leonov-o/medicine-delivery-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# medicine-delivery-app

Web application where users can order medicines delivery. Test task from ElifTech.

### Production Version

Due to the use of free hosting, the server is suspended during downtime, which can cause requests to be delayed by 50 seconds or more.

### Environment Variables

Important: Set the required environment variables before starting the application. You can find an example configuration file in .env_example. Rename it to .env and populate it with your specific values.

### Running the Application

The project consists of a client-side and server-side application. Follow the steps below to run each component:

Client

  1. Navigate to the client directory:

    cd ./client/
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

Server

  1. Navigate to the server directory:

    cd ./server/
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev

## Database Structure

The application uses a database with the following structure:

img.png

About

Web application where users can order medicines delivery. Test task from ElifTech.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages