Skip to content

A fullstack project made with React, Node, Express and Prisma, writed in typescript.

Notifications You must be signed in to change notification settings

MasterKelwin/phone-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHONE BOOOK

This project is a CRUD using React, Node, Prisma, and SQLite.
To create a contact, just click on "Add contact" button.
To view, it's just go to the main page.
To update a contact, doble click in it's card.
To delete, just click the trash button.

Running the project

This project are divided in two parts, the front and the api, so you need to install both separate.

Running the api

cd into phone-book-api directory

cd phone-book-api

Create the .env file like the env.template

cp .env.template .env

download the dependencies

npm i -D

create the database

npx prisma migrate dev

Run the api

npm run dev

Runnig the front

From root directory, cd into client

cd phone-book-front

Install the dependencies

npm i -D

Run the project

npm run start

About

A fullstack project made with React, Node, Express and Prisma, writed in typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published