SupperSource / ajanistore

An eCommerce application made completely with Node JS and Express, with exceptional abilities, inspired by Amazon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-commerce Application in Node js

demo

MIT License

Made fully using node.js and express ( including other libraries ).

Libraries used

  1. bcryptjs
  2. config
  3. connect-flash
  4. cors
  5. crud-db
  6. ejs
  7. express
  8. express-ejs-layouts
  9. express-fileupload
  10. express-session
  11. idgp
  12. joi
  13. jsonwebtoken
  14. lodash
  15. mongoose
  16. multer
  17. nodemailer
  18. passport
  19. passport-local

To add products, interact with the api and do same to become a moderator.

Note: You should have Node.js and MongoDb installed in your system.

Project Startup

Open terminal, clone this project and execute the following.

$ npm install

$ npm run dev

This will start your development server.

Dont forget to start mongodb:

Windows

PS C:/User/Documents/Development> mongod

Mac and other unix based

$ sudo mongod

Hacktoberfest pull requests are accepted.

Enjoy your powerfull application.

About

An eCommerce application made completely with Node JS and Express, with exceptional abilities, inspired by Amazon

License:MIT License


Languages

Language:JavaScript 73.0%Language:EJS 26.4%Language:Shell 0.6%