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

https://github.com/cilfonegabriel/guitarla-nextjs

Guitar sales application
https://github.com/cilfonegabriel/guitarla-nextjs

css html nextjs postgresql strapi

Last synced: 3 months ago
JSON representation

Guitar sales application

Awesome Lists containing this project

README

          



GuitarLA - Next JS

logo


# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents-)
- [📖 About the Project](#-about-the-project-)
- [🚀 Live Demo ](#-live-demo-)
- [🛠 Built With](#-built-with-)
- [Tech Stack](#tech-stack-)
- [Key Features](#key-features-)
- [🚀 Getting Started](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#-authors-)
- [🤝 Contributing](#-contributing-)
- [📝 License](#-license-)

# 📖 About the Project

**Online Guitar Store** This web application is an online store for purchasing guitars. It's built using Next Js on the front-end and Strapi on the back-end. The project focuses on providing a seamless user experience with dynamic routes, a shopping cart system, a blog, and efficient media handling with Cloudinary. Additionally, it utilizes a PostgreSQL database for robust product management.

🎸 This app was created as part of the course "React - The Complete Guide: Hooks Context Redux MERN +15 Apps"!

## 🚀 Live Demo

- [Live Demo](https://guitarla-nextjs-psi.vercel.app/)

(back to top)

## 🛠 Built With

### Tech Stack

Front-end

Back-end

# 🚀 Getting Started

To get a local copy up and running, follow these steps.

### Setup

1. Clone this repository to your desired folder:

```sh
git https://github.com/cilfonegabriel/guitarla-nextjs.git
cd guitarla-nextjs

### Install

After cloning the repo, navigate into it and install all the required packages with the following command:

```sh

npm install

```

Then just wait for everything to finish downloading.

### Usage

Start the React app:

`npm run dev`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

`npm run eject`

### Deployment

You can deploy this project using:

`npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

(back to top)

## 👥 Authors

👤 **Gabriel -Cilfone**
- GitHub: [Gabriel Cilfone](https://github.com/cilfonegabriel)
- LinkedIn: [Gabriel Cilfone](www.linkedin.com/in/gabriel-cilfone/)

(back to top)

## 🔭 Future Features

- [ ] **Enhance About Us pages**
- [ ] **Implement user authentication**
- [ ] **Optimize SEO practices**
- [ ] **Add advanced search functionality**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/cilfonegabriel/guitarla-nextjs/issues).

(back to top)

(back to top)

## 🙏 Acknowledgments

- Thanks to Microverse and all my teammates!

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)