Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/k4u5h4l/finalvinyl

An e-commerce web app about Audio products.
https://github.com/k4u5h4l/finalvinyl

css ejs expressjs html js mongodb mongoose nodejs typescript

Last synced: 5 days ago
JSON representation

An e-commerce web app about Audio products.

Awesome Lists containing this project

README

        

FinalVinyl


:headphones: A simple e-commerce site about Audio products. :musical_note:




TypeScript Language Badge
chrome Badge
k4u5h4L GitHub badge




FinalVinyl logo


## For contributing:

- Feel free to fork and start editing.
- Any contribution to this project is welcome.

## To run:

- Clone this repo.

```
git clone https://github.com/k4u5h4L/FinalVinyl.git
```

- Change directory and install dependencies.

```
cd FinalVinyl/ && npm install
```

- Start mongoDB

```
mongod
```

- Fill in the data in the database from the `data/data.json` file into your local database. It does not have all the data, but enough to test.

- Run the server using npm.

```
npm run dev
```

You should have the development server up and running at [localhost:3000](http://localhost:3000).

### Note:

- This project is made for educational purposes only.
- This is not a real and commercial site.
- Please do not use it for commercial purposes.