An e-commerce web project build on top of AdonisJs web framework.
Just run "npm install" to install all the necessary dependencies $ npm install OR $ npm i
This project uses redis as caching store for request-throttling. So, make sure to install and setup redis-server on your machine. Also, MySQL is used for database. Lastly, don't forget to add your own '.env' file by taking reference from the '.env.example' file.
$ node ace migration:run
$ node ace db:seed
$ node ace serve OR $ npm run dev