muhFaza / BukanPinjol

Pair Project dengan tema Finance

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Title

Provide a short, clear description of your project. What does it do? What technologies does it use?

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you continue, ensure you have met the following requirements:

  • You have installed the latest version of Node.js.
  • You have installed the latest version of npm.
  • You have installed the latest version of PostgreSQL.

Installation

  1. Clone the repo
    git clone https://github.com/muhFaza/BukanPinjol.git
  2. Install NPM packages
    npm install
  3. Create Database with sequelize-cli
    npx sequelize-cli db:create
  4. Run migrations with sequelize-cli
    npx sequelize-cli db:migrate
  5. Run seeds with sequelize-cli
    npx sequelize-cli db:seed:all
  6. Start the server with any of these commands
    npm start
    node app.js --watch
  7. Open your browser and go to http://localhost:3000
  8. You can login with this account
    username: admin
    password: 123123

Usage

Provide examples and code snippets on how to use your project.

Built With

  • Node.js - JavaScript runtime
  • EJS - Embedded JavaScript templating
  • Express - Fast, unopinionated, minimalist web framework for Node.js
  • Sequelize - Promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server.
  • PostgreSQL - Open source object-relational database system
  • Bootstrap - Open source toolkit for developing with HTML, CSS, and JS.
  • jQuery - JavaScript library designed to simplify HTML DOM tree traversal and manipulation, as well as event handling, CSS animation, and Ajax.

About

Pair Project dengan tema Finance


Languages

Language:EJS 50.4%Language:JavaScript 49.6%