Skip to content

POS (point of sales) app API built with Express and Sequelize

License

Notifications You must be signed in to change notification settings

wyakaga/moai-pos-sequelize

Repository files navigation

Requirements

  • NodeJS 18.x
  • ExpressJS
  • Sequelize
  • Sequelize-CLI
  • PostgreSQL

Create the .env file

NODE_ENV = "development" || "production" || "test"
PORT = ["your desired port"]
USER_SEED_PWD = ["your desired user table seed password"]
JWT_SECRET = ["your desired jwt secret"]

DB_USERNAME = ["your desired database username"]
DB_PASSWORD = ["your desired database password"]
DB_NAME = ["your desired database name"]
DB_HOST = ["your desired database host"]


MONGO_USER = ["your desired mongodb username"]
MONGO_PWD = ["your desired mongodb password"]
MONGO_HOST = ["your desired mongodb host"]

further examples can be found in .env.example file

Licensed under the MIT license

Releases

No releases published

Packages

No packages published