Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toastycoder0/audiophile-ecommerce-api-project
This is an API used to solve the audiophile ecommerce challenge from Frontend Mentor
https://github.com/toastycoder0/audiophile-ecommerce-api-project
eslint express jest nodejs prettier prisma-orm supertest typescript
Last synced: 26 days ago
JSON representation
This is an API used to solve the audiophile ecommerce challenge from Frontend Mentor
- Host: GitHub
- URL: https://github.com/toastycoder0/audiophile-ecommerce-api-project
- Owner: toastycoder0
- Created: 2024-07-22T18:39:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-02T13:57:50.000Z (2 months ago)
- Last Synced: 2024-09-30T16:41:12.431Z (about 1 month ago)
- Topics: eslint, express, jest, nodejs, prettier, prisma-orm, supertest, typescript
- Language: TypeScript
- Homepage: https://audiophile-ecommerce-api-project.up.railway.app
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
🤖 Frontend Mentor - Audiophile Ecommerce
This is an API used to solve the [audiophile ecommerce challenge from Frontend Mentor](https://www.frontendmentor.io/challenges/audiophile-ecommerce-website-C8cuSd_wx).
[You can access to the API by clicking here](https://audiophile-ecommerce-api-project.up.railway.app/)
[![CI/CD Pipeline](https://github.com/toastycoder0/audiophile-ecommerce-api-project/actions/workflows/deploy.yml/badge.svg)](https://github.com/toastycoder0/audiophile-ecommerce-api-project/actions/workflows/deploy.yml)
## 🚀 How to use?
First clone the repository from GitHub:
```shell
git clone https://github.com/toastycoder0/audiophile-ecommerce-api-project.git
```Move to the project folder:
```shell
cd audiophile-ecommerce-api-project
```Install the dependencies with the following command:
```shell
npm i
```Start the **development** environment with the following command
```shell
npm run dev
```## ⚙️ This application was built using the following technologies
- [Express](https://expressjs.com/)
- [Jest](https://jestjs.io/)
- [Prisma ORM](https://www.prisma.io/)
- [TypeScript](https://www.npmjs.com/package/typescript)
- [Standard](https://www.npmjs.com/package/ts-standard)
- [ESLint](https://www.npmjs.com/package/eslint)## 📄 License
[MIT](https://opensource.org/licenses/MIT)