Skip to content

Modern e-commerce web application utilizing geolocation API to offer location-based recommendations. Developed for Purwadhika Digital Technology School apprenticeship.

Notifications You must be signed in to change notification settings

callraV/Groceria

 
 

Repository files navigation

Groceria: Geotagged E-commerce

This is monorepo contain frontend project using ReactJS and backend project using ExpressJS.

image
image
image

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.

Open http://localhost:3000 to view it in the browser.

For API, you can access it in http://localhost:8000/api.

The page will reload if you make edits.

npm run clean

Remove node_modules folder from all project.

npm run build

Builds the app for production to the build folder.

npm run serve

Runs the app in the production mode.

npm run client

Run command on client project.

npm run install:client

Install dependency in client project. Use npm install:client:dev for dev dependencies.

npm run server

Run command on server project.

npm run install:server

Install dependency in server project. Use npm install:server:dev for dev dependencies.

About

Modern e-commerce web application utilizing geolocation API to offer location-based recommendations. Developed for Purwadhika Digital Technology School apprenticeship.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Other 1.5%