A fullstack project to assest development skills.
Clone repository:
git clone [email protected]:fabiomangano/.git
To run the project you need node or docker already installed.
Run:
docker-compose up
Ports:
localhost:8080 (client)
localhost:3000 (api)
Api:
cd ./backend
nvm use
npm i
npm run dev
Frontend:
cd ./frontend
npm i
npm start
When the app is running:
-
Switch to iPad or iPhone 6/7/8 view
-
Select Slow 3G mode (to detect Image Lazy Loading) and then scroll down to load more content
-
By clicking on the flyer's favourite button, your preference appears on the left drawer
- Node.js - Open-source, cross-platform, JavaScript runtime environment.
- Express.js - Web application framework for Node.js.
- React.js - Open-source, frontend, JavaScript library for building user interfaces or UI components.
- Docker - Open application development framework that's designed to benefit DevOps and developers.
- Nginx - Popular lightweight web server.
- Fabio Mangano