Skip to content

TsitouhRanjafy/back-end-drop-shop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BACK END OF DROP SHOP PROJECT

Prerequisites

Before getting started, make sure you have the following installed:

  • Docker (recommended for containerized execution)
  • Node.js (v16 or higher)

Note: Using Docker is strongly recommended to avoid dependency issues.


Development Setup

  • Clone the repository
git clone https://github.com/TsitouhRanjafy/back-end-drop-shop.git
cd back-end-drop-shop
  • Run with Docker (recommended)
docker compose up

This will:

  • Build the Docker image
  • Install dependencies
  • Start the server on http://127.0.0.1:8080 (or the configured port)
  • (Optional) Run locally without Docker
cd source
  • create a .env.dev first (referenced by the .env.exemple)
touch .env.dev      # edit this file by the reference
curl -sfS https://dotenvx.sh | sh

or

wget -qO- https://dotenvx.sh | sh
  • run project
rm -r node_modules  # remove the node_modules installed by docker
npm ci              
npm run start:dev

About

back end for the app mobile DropShop

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages