RunSwift is a cutting-edge, Nike-inspired e-commerce web application designed to showcase technical proficiency in full-stack development, modern design, and secure authentication mechanisms.
runswift/
āāā backend/
ā āāā package.json
ā āāā server.js
ā āāā routes/
ā āāā models/
ā āāā controllers/
ā āāā config/
ā āāā .env
āāā frontend/
ā āāā src/
ā ā āāā app/
ā ā āāā assets/
ā ā āāā environments/
ā āāā angular.json
ā āāā tailwind.config.js
ā āāā package.json
āāā README.md
Clone the repository:
git clone <repository-url>
cd runswift
Install dependencies for backend:
cd backend
npm install
Start the backend server:
npm run start
Install dependencies for frontend:
cd ../frontend
npm install
Start the frontend server:
ng serve
Open your browser and navigate to http://localhost:4200
.
RunSwift demonstrates advanced technical skills, from crafting sleek user interfaces to building secure and scalable backend systems. This project is a showcase of expertise in modern web technologies and a commitment to delivering high-quality applications.