To execute the project:
There is two parts:
- BackEnd
- FrontEnd
1. Clone the repository: https://github.com/sebastiansandoval27/store-challenge
2. Open it with VS Code
3. Execute: npm install (To install dependencies)
4. Create .env file and set PORT=3000 (to select the port of BackEnd)
1. Execute: npm run dev (To run the BackEnd)
1. cd front/store-test
2. Execute: npm install
3. Execute: npm run dev