Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

RieGan/azac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

AZAC

This project was bootstrapped with Create React App and Express Generator.

How to Run

npm start

Runs the app in the development mode.
Open FrontEnd:http://localhost:3000 & BackEnd:http://localhost:5000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

How to Contribute [Client/Front-End]

  1. Clone the project
    • HTTPS: git clone https://github.com/RieGan/azac.git
    • SSH: git clone git@github.com:RieGan/azac.git
  2. Go into the project directory
    cd azac/client
  3. Install Dependencies
    npm install
  4. Create or edit components
    • assets: src/assets/*
    • components: src/components/
    • page: src/layouts/
    • routing: src/index.js
    • variables: src/variables
  5. Create new branch
    git checkout -b <branch_name>
    Look at this "Git Branch Naming Convention".
  6. Commit changes
    git commmit -a -m "<commit_message>"
    or
    • add files: git add <files>
    • commit: git commit -m "<commit_message>"\
  7. Push to remote repository
    git push origin <branch_name>
  8. create pull request to master
  9. Wait for review
  10. Reviewed & merged to master
  11. Change branch to master and rebase
    git checkout master
    git pull --rebase origin master
  12. repeat from 3 if package.json changed, otherwise repeat from 4

How to Contribute [API/Back-End]

  1. Clone the project
    • HTTPS: git clone https://github.com/RieGan/azac.git
    • SSH: git clone git@github.com:RieGan/azac.git
  2. Go into the project directory
    cd azac/api
  3. Install Dependencies
    npm install
  4. Create or edit module
    • variables: variables/*
    • routes(func): routes/*
    • routes(main): bin/www
  5. Create new branch
    git checkout -b <branch_name>
    Look at this "Git Branch Naming Convention".
  6. Commit changes
    git commmit -a -m "<commit_message>"
    or
    • add files: git add <files>
    • commit: git commit -m "<commit_message>"\
  7. Push to remote repository
    git push origin <branch_name>
  8. create pull request to master
  9. Wait for review
  10. Reviewed & merged to master
  11. Change branch to master and rebase
    git checkout master
    git pull --rebase origin master
  12. repeat from 3 if package.json changed, otherwise repeat from 4

TODO

Contributor

Ganjar Muhammad Parikesit
Ganjar
Alfa Nadhya Maimanah
Alfa
Rizaldi Prasetya
Rizaldi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors