Skip to content

ahmadmshatat/pilot3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pilot3

create postgres database name "pilot" with username "pilot" and password "123"

in database create table it's name "list" contain the column:

"id" it's serial

"title" varchar(100)

"description" type text

"createdat" TYPE timestamp and it's default value now()

"updatedat" TYPE timestamp and it's default value now()

clone the repo then

by terminal

cd server

npm install

npm start

open new terminal tab

cd client

npm install

npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published