Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)