Coder Social home page Coder Social logo

chomane's Introduction

chomane

This is a web application for managing your allowance on a weekly basis.

This web application is featuring basic like below:

  • login authentication function
  • user registration function
  • allowance list display function
  • allowance create function
  • allowance editing function
  • allowance deletion function
  • expense graph display function
  • expense list display function
  • expense create function
  • expense editing function
  • expense deletion function

Prefece

This application is intended to be used on Mac OS or Linux (probably available on Windows, unconfirmed).

And following instructions are only for Mac OS , sorry.

Usage

First of all, you need to clone this repository.
Move to your directory that you want to set this repository.

git clone [email protected]:gurico0516/chomane.git

This application is used Sail, so you must need to install Docker.
Install composer package if you already installed Docker, create minimum container including php and composer.

docker run --rm \
    -u "$(id -u):$(id -g)" \
    -v $(pwd):/var/www/html \
    -w /var/www/html \
    laravelsail/php82-composer:latest \
    composer install --ignore-platform-reqs

After that, create .env, change DB_HOST to connect mysql container.

DB_HOST=mysql

Set up sail when you finished above procedure.

# Start in the background
./vendor/bin/sail up -d

# Update APP_KEY
sail artisan key:generate

# Create and migrate your database
sail artisan migrate

# Insert initial data
sail artisan db:seed

Lastly, build Laravel-Mix.

# Install Node.js
sail npm install

# Build
sail npm run dev

Now you can visit http://localhost/ from your browser.

And you can login admin page by user [email protected] password Admin!01.

Walkthrough

  1. Log in and register your weekly allowance now.
  2. Enter money spent daily from expenses to keep track of your spending.
  3. Your registered expenses can also be viewed graph.
  4. Use the app's feature to make it happy to your life!

Built Using

  • PHP 8.2.5
  • Laravel 10.7.1
  • TypeScript 5.0.4
  • React 18.2.0
  • Tailwind 3.3.1
  • Vite 4.2.1
  • MySQL 8.0.32
  • Docker 20.10.17
  • Figma 112.2
  • Devise
  • VSCode

chomane's People

Contributors

gurico0516 avatar

Watchers

 avatar

chomane's Issues

add database

  • usersテーブル
  • allowancesテーブル
  • expencesテーブル

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.