Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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