Skip to content

jainpriyanshi/IMAGEIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Imagein

A webApp to tranform your Image

Deploy on local machine

Deploying this app requires node package manager npm

  • Clone the repository

Download this repository or

git clone https://github.com/jainpriyanshi/IMAGEIN.git
cd IMAGEIN
  • Install dependencies for Backend

Directory now is to be changed to server

cd server
mkdir uploads
npm install
  • Run development server

npm start

Its up and running on port 4000.

  • Install dependencies for frontend

Directory now is to be changed to client

cd client
npm install
  • Run development server

npm start

Its up and running on port 3000.

  • Run production build

npm run build

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published