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
- Host: GitHub
- URL: https://github.com/nkaleth/node_eshop
- Owner: Nkaleth
- License: mit
- Created: 2024-01-25T16:57:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T18:29:57.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T05:20:57.882Z (12 months ago)
- Language: JavaScript
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
> This is a full-stack built with Node.js.
Client
Database
- **Data Model**
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
`
👤 **Nilton Segura**
- GitHub: [@Nkaleth](https://github.com/Nkaleth)
- Twitter: [@NoeSeguraL](https://twitter.com/NoeSeguraL)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/niltonsegura/)
- [ ] **Complete the Front-end with React or Vue**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Nkaleth/node_eshop/issues).
If you like this project please give it a star 😁🌟✨
Thanks to [ Academind GmbH]() for the Node.js Course[design]().
This project is [MIT](./LICENSE) licensed.