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

https://github.com/nkaleth/node_eshop

eshop using node.js + expres.js
https://github.com/nkaleth/node_eshop

Last synced: 11 months ago
JSON representation

eshop using node.js + expres.js

Awesome Lists containing this project

README

          


Eshop with Node.js


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Eshop with Node.js

> This is a full-stack built with Node.js.

## 🛠 Built With

### Tech Stack

Client


Database


### Key Features

- **Data Model**

(back to top)

## 💻 Getting Started

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

### Prerequisites

> You need the following tools to be installed on your computer:

> - [Node]

### Setup

Clone these repositories to your desired folder:

`
cd node_eshop
`

`
git clone https://github.com/Nkaleth/node_eshop.git
`
## Install

Install this project with:

`
cd node_eshop
`

`
npm ci
`

### Database

`
Still on development.
`

### Usage

To test the app, you can login in with test user John.

First, fire up the server at the backend with:

rails server

Then, run the frontend with the following commands:

`
npm run start
`

### Run test

To run tests, you can run command:

`
npm test
`

(back to top)

## 👥 Authors

👤 **Nilton Segura**

- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)

(back to top)

## 🔭 Future Features

- [ ] **Complete the Front-end with React or Vue**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Nkaleth/node_eshop/issues).

(back to top)

## ⭐️ Show your support

If you like this project please give it a star 😁🌟✨

(back to top)

## 🙏 Acknowledgments

Thanks to [ Academind GmbH]() for the Node.js Course[design]().

(back to top)

## 📝 License

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

(back to top)