Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryajava/pos
Point of Sale Application, develop with expressjs and postgresql
https://github.com/aryajava/pos
point-of-sale
Last synced: about 2 months ago
JSON representation
Point of Sale Application, develop with expressjs and postgresql
- Host: GitHub
- URL: https://github.com/aryajava/pos
- Owner: aryajava
- License: mit
- Created: 2024-10-21T03:18:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:56:13.000Z (2 months ago)
- Last Synced: 2024-10-24T19:12:26.404Z (2 months ago)
- Topics: point-of-sale
- Language: CSS
- Homepage:
- Size: 5.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Point of Sales (POS)
> Poin of Sales Application (Express JS & PostgreSQL)
This project is Point of Sales Application. built using Express JS and EJS for templating, while PostgreSQL is used as the database. The frontend is using [Start Bootstrap - SB Admin 2](https://github.com/StartBootstrap/startbootstrap-sb-admin-2).
## Table of Contents
- [Point of Sales](#point-of-sales)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)## Installation
To install the dependencies, run the following command:
```bash
npm install
```Create a `.env` file in the root of your project and add the following lines:
```bash
DB_HOST=your_db_host_here
DB_PORT=your_db_port_here
DB_NAME=your_db_name_here
DB_USER=your_db_user_here
DB_PASSWORD=your_db_password_here
SESSION_SECRET=your_session_secret_here
```## Usage
To start the application, use the following command:
```bash
npm run dev
```## Contributing
If you would like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.
## License
This project is [MIT License](./LICENSE).
## Contact
If you have any questions or issues, please open an [issue](https://github.com/aryajava/pos/issues) at the issue tracker