An open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. The project is no longer actively maintained, but feel free to fork and use for your own purpose!
As you might have notice, right now the admin product only supports adding a certain product. If you want to change certain information on an existing product, there is no way for you to do that unless you change it directly in the database.
We certainly want to add more functionalities to our admin page. And I think our job is to make the CRUD operation for the products complete.
Listed this as one of the more important milestones. It is important because adding the functionalities drastically increases the usability of our website. This should be one of the first milestones we need to be tackling as of right now.
As you might have notice, right now the admin product only supports adding a certain product. If you want to change certain information on an existing product, there is no way for you to do that unless you change it directly in the database.
We certainly want to add more functionalities to our admin page. And I think our job is to make the CRUD operation for the products complete.
Listed this as one of the more important milestones. It is important because adding the functionalities drastically increases the usability of our website. This should be one of the first milestones we need to be tackling as of right now.