Skip to content

nhankyjangchan/transservice_logistic

Repository files navigation

INSTRUCTION

  1. Execute git clone https://github.com/TimurDev-hub/transservice_logistic.git;

  2. Execute composer install;

  3. Rename .env.example to .env (and fill it your data, if needs);

  4. Run PosgreSQL, create database;

CREATE DATABASE transservice;
  1. Create table;

CREATE TABLE clients
(
	id SERIAL PRIMARY KEY,
	client_name VARCHAR(16) NOT NULL,
	client_email VARCHAR(24) NOT NULL,
	client_phone VARCHAR(18) NOT NULL,
	request_dat TIMESTAMPTZ NOW()
)
  1. Configurate vhost and run Apache;

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors