Skip to content

wassim-triki/stock-management-fullstack

Repository files navigation

Running Locally

  1. Clone the repository

    git clone https://github.com/wassim-triki/stock-management-fullstack
  2. Step into project folder

    cd stock-management-fullstack
  3. Copy the .env.example to .env and update the variables.

    cp .env.example .env
  4. Install backend dependencies

    cd ./backend
    npm install
  5. Install frontend dependencies

    cd ./frontend
    npm install
  6. Start the development servers

    cd ./frontend
    npm run dev
    cd ..
    cd ./backend
    npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages