Skip to content

Hunar is a MEAN stack web application for Artists to sell their Art Work and to receive On Demand orders online.

Notifications You must be signed in to change notification settings

sranmanpreet/hunar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hunar

Hunar is a MEAN stack web application for Artists to sell their Art Work and to receive On Demand orders online.

Application Screenshot Application Screenshot

Features!

  • Product Management
  • Cart Management
  • Order Management
  • On Demand Orders with Image Uploads
  • User Session Management
  • Responsive Design
  • Support for MongoDB
  • Password Reset Emails
  • OAUTH2.0 and Passport Authentication

Tech

Hunar uses a number of open source projects to work properly:

Installation

Hunar requires Node.js v4+ to run.

Setup database and provide database configuration in hunar_app/config/config.json

        "MONGODB_URI": "mongodb://localhost:27017/hunar?authSource=hunar",
        "MONGODB_USER": "hunarAdmin",
        "MONGODB_PASS": "password"

Install the dependencies and devDependencies and start the server.

$ cd hunar_app
$ npm install -d
$ node app

For production environments...

$ npm install --production
$ NODE_ENV=production node app

Install the dependencies and devDependencies and start the client.

$ cd hunar_app/public/frontend
$ npm install
$ ng serve -o

For production environments...

$ cd hunar_app/public/frontend
$ npm install --production
$ NODE_ENV=production node app

Todos

  • Write MORE Tests
  • Add Night Mode

License

MIT

Free Software, Hell Yeah!

Suggestions/Improvements are welcome. Want to develop together? You are most welcome.

About

Hunar is a MEAN stack web application for Artists to sell their Art Work and to receive On Demand orders online.

Resources

Stars

Watchers

Forks