Skip to content

emredemirel39/contact-app-fullstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Contact App

Node Version: v16.14.0; Npm Version: 8.3.1;

MongoDb must be installed on your device to run server on localhost.

To install server you can run in termminal:

###cd server

###npm install

To install client side, you can run in terminal:

cd client

cd npm install

Client

In the client folder, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

Server

In the server folder, you can run:

npm run server

Runs the server in http://localhost:6060

About Application

You can do all CRUD operations in the application!

Frontend: Typescript, Redux, Tailwind, token based authorization on cookies.

Backend: Nodejs, Express, Mongo, JWT, Bcrypt and Cors.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published