Skip to content

Mohammed-Nasif/Image-Processing-API-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Udacity - Image Processing API

Version 1.0.0

This project aims to give you a real-world scenario in which you would read and write to your disk via a Node.js express server rather than a database. The project you create serves two purposes: to prepare you for setting up scalable code and architecture for real-world projects and tie together some of the most popular middleware and utilities found in Node.js projects. This project barely touches the surface of what is possible but will prove your ability to use what you’ve learned in real-world scenarios.


Table of Contents


Instructions

(Back to top)

GO to Localhost After Start the server to read all the Instruction.


Installation

(Back to top)

You can Install this project to your PC using clone the repo to your github account then Download It as a ZIP File to your PC.

or Clone it using GIT git clone if you access it from GITHUB.


Usage

(Back to top)

  • After The Installation you can now use the project files by UnZip the file and open it on any Code Text Editor (VS Code).

  • You Must First Start the server.js File in VS Terminal Using node build/server.js Command.

  • Now you can open the App on any browser using the localhost of Port: 3020. [http://localhost:3020/]


Development

(Back to top)

The Project Contains :

build

images

node_modules (Or .gitignore.txt)

spec

src

package.json

package-lock.json

README.md

tsconfig.json

Each file contains it's modifications and comment above each step of modify.

Don't make any modifications on Package.json or node_modules Folder.

Scripts

  • Install The Pacakges if node_module File not attached: npm i
  • Run unit tests with Jasmine: npm run test
  • Start server to see the API Website: npm run start

Contribute

(Back to top)

- Udacity

- EgFwd


License & Copyright

(Back to top)

© Udacity And Mohammed Nasif.

About

Udacity - Image processing API Project Number One For Advanced Full-Stack Web Development Nanodegree Program.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors