Windows87 / Imgular

Upload of images with NodeJs and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Imgular

Upload and compress of images with NodeJS (REST API) and Angular.

Screenshots

To use

First clone the repository:

# Clone this repository
git clone https://github.com/Windows87/imgular
# Go into repository
cd imgular

Start the Angular app:

# Go into Angular app
cd frontend
# Install dependencies
npm install
# Start
npm start

And start the server:

# Go into server
cd backend
# Install dependencies
npm install
# Start
npm start

About

Upload of images with NodeJs and Angular


Languages

Language:TypeScript 60.6%Language:JavaScript 25.0%Language:CSS 8.0%Language:HTML 6.4%