Skip to content

GugaGongadze/phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phonebook app

To start locally without Docker:

  • cd server

    • npm i
    • npx prisma migrate dev --name init
    • npm run dev
  • cd ui

    • npm i
    • npm start
    • Go to http://localhost:3000

Start with Docker:

Run docker-compose up and go to http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published