An open API service indexing awesome lists of open source software.

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.

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
```