Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andres11152/don_kampo_api
This is the backend API for an e-commerce platform where individual customers can purchase items like fruits and vegetables, while businesses can order these items at wholesale prices directly from the central supply market, paying only the delivery fee. The API is built with Node.js and Express, utilizing PostgreSQL for database management.
https://github.com/andres11152/don_kampo_api
babel cors express javascript node nodejs nodemon nodemon-express postgree postgreesql
Last synced: 3 months ago
JSON representation
This is the backend API for an e-commerce platform where individual customers can purchase items like fruits and vegetables, while businesses can order these items at wholesale prices directly from the central supply market, paying only the delivery fee. The API is built with Node.js and Express, utilizing PostgreSQL for database management.
- Host: GitHub
- URL: https://github.com/andres11152/don_kampo_api
- Owner: andres11152
- Created: 2024-09-04T14:18:01.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-27T20:39:37.000Z (4 months ago)
- Last Synced: 2024-09-29T02:23:17.383Z (3 months ago)
- Topics: babel, cors, express, javascript, node, nodejs, nodemon, nodemon-express, postgree, postgreesql
- Language: JavaScript
- Homepage:
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏷️ **DON KAMPO API**
Application developed by **Andres Betancourt**
## 🛠️ Recommended IDE
Use the following tools for a better development experience:
- [**Visual Studio Code (VSCode)**](https://code.visualstudio.com/) 🖥️
- [**ESLint**](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) 📜
- [**Prettier**](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) 🎨## 🚀 Project Installation
### Installation
To install the project dependencies, run:
```bash
npm install
```### Deploy the application in desktop development mode
```bash
$ npm run dev
```### Deploy the project in production mode
```bash
# Windows
$ npm run build:win# macOS
$ npm run build:mac# Linux
$ npm run build:linux
```## Deploy the project in web development mode
### Navigate to the directory
```bash
# For windows
$ cd web
```### Start the development server
```bash
# For windows
$ npm run dev
```