GithubHelp home page GithubHelp logo

ahmnouira / imguploader.io Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 0.0 1.6 MB

This is image uploading website developed using MEAN technologies.

License: MIT License

JavaScript 61.45% HTML 37.98% Shell 0.57%
nodejs handelbars express node-js multer body-parser mongoose mongodb-database mongodb md5

imguploader.io's Introduction

imgUploader.io

  • This is a social image-sharing site developed using MEAN technologies.
  • This app is designed to run in multile ways.
  • This app support Unit Testing see below.

Overview

index

footer

images

post

Running this app

This app is designed to be run in different ways:

  1. As a standalone app running on your machine.

I. As a standalone app running on your machine

  1. run git clone https://github.com/AhmNouira/imgUploader.io to clone the GitHub repository.
  2. cd imgUploader.io cd to imgUploader folder.
  3. install node.js or run sudo apt-get install nodejs.
  4. run node -v && npm -v to check if nodejs and npm are installed and prints their versions.
  5. install the app dependices by running npm install.
  6. install MongoDB database sudo apt-get install mongodb.
  7. run mongo and see if your database is installed.
  8. to run the server npm start.

start_server

About data in the database ?

  • open your Terminal and the following commands
mongo                           // open mongoDB shell

show dbs                        // display your databases

use imgUploaderDB               // select the application database

db.printCollectionStats()     // print the stats of the db collections

db.images.find().pretty()    	// **display the images collections data**

db.comments.find().pretty()	   // **display the comments collections data**

Wanna check Unit Testing ?

  • run npm test.

testing

imguploader.io's People

Contributors

ahmnouira avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.