Final project for Coderhouse. The general idea of the project is to create a SPA (Single Page Application) with an oriental theme, in which you can see the different products for anime fans, along with relevant information about them using firestore as a database to display the products and the information.
The user will be able to browse, filter the products by categories, see the details of the products, add the products to the cart and receive a notification of their purchase. In order to make the purchase, you have to fill in all the required fields. Promotional code: 030355556
- Clone the repo and install all the modules
git clone https://github.com/gmsanchezgaray/BakuSanchez.git
cd BakuSanchez
npm install
-
Build a database with firestore and replace the environment variables. Read the documentation here
-
Run the project
npm start