Skip to content

f-amine/lf-aliexpress

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Project Structure

This project consists of two main components:

  1. Main Application: A Next.js web application that serves the user interface and API routes
  2. Cron Service: A standalone Express.js service that handles scheduled tasks

Cron Service

The cron service is located in the cron-service directory and handles these scheduled tasks:

  1. Token Refresh: Automatically refreshes AliExpress tokens before they expire (hourly)
  2. Product Updates: Fetches the latest product details from AliExpress and updates price and stock in Lightfunnels (hourly)

To run the cron service:

cd cron-service
npm install
npm run build
npm start

See the cron service README for more details.

Docker

You can run both the main application and the cron service using Docker Compose:

docker-compose up

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors