https://github.com/theprojectsx/lapshoper
A MERN Stack web application of Computer Products.
https://github.com/theprojectsx/lapshoper
expressjs mern-stack nodejs reactjs
Last synced: 3 months ago
JSON representation
A MERN Stack web application of Computer Products.
- Host: GitHub
- URL: https://github.com/theprojectsx/lapshoper
- Owner: TheProjectsX
- Created: 2024-08-14T16:49:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:17:56.000Z (over 1 year ago)
- Last Synced: 2025-07-08T11:05:14.780Z (12 months ago)
- Topics: expressjs, mern-stack, nodejs, reactjs
- Language: JavaScript
- Homepage: https://lapshopper.vercel.app
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LapShopper
A MERN Stack web application of Computer Products.
## Live Link:
[https://lapshopper.vercel.app](https://lapshopper.vercel.app)
**Test Credentials**
- Email: admin@lapshopper.com
- Password: LapShopper#123
## RUN:
### Frontend:
- Go to client-side
- Fill the Environment Variables
- RUN on Terminal:
```shell script
npm i
npm run dev
```
### Backend:
- Go to server-side
- Fill the Environment Variables
- RUN on Terminal:
```shell script
npm i
node index.js
```