Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adesoji1/e-commerce-website

A Website for Shopping
https://github.com/adesoji1/e-commerce-website

Last synced: 17 days ago
JSON representation

A Website for Shopping

Awesome Lists containing this project

README

        

# E-commerce-Website
A Website for Shopping

## Running the Project

To run the project, you can use a simple static server. For example, you can use the `http-server` package from npm:

```bash
npm install --global http-server
http-server

You would see

Starting up http-server, serving ./

http-server version: 14.1.1

http-server settings:
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none

Available on:
http://127.0.0.1:8081
http://192.168.0.140:8081
http://192.168.0.103:8081
http://10.1.155.128:8081
Hit CTRL-C to stop the server
```
![Homepage](./website-html/homepage.png)

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
MIT

Before pushing to GitHub, make sure to:

1. Initialize a Git repository in your project directory if you haven't already (`git init`).
2. Stage your changes (`git add .`).
3. Commit your changes (`git commit -m "Initial commit"`).
4. Create a new repository on GitHub.
5. Link your local repository to the GitHub repository (`git remote add origin `).
6. Push your changes to the GitHub repository (`git push -u origin master`).

Remember to replace `` with the actual URL of your GitHub repository.