Group = C23-PS329
Member =
- (ML) M160DSX0257 – Irfan Divi Zianka
- (ML) M282DSY0240 – Vina Maulida Junia
- (CC) C287DSX0741 – Juan Angela Alma
- (CC) C287DSX0883 – Yusril Isra Mahendra
- (MD) A360DKX4118 – Reynhard Powiwi
- (MD) A287DKX3849 – Rayyan Nur Fauzan
Aksi Hijau App is an application designed to assist communities in conducting campaigns with a focus on tree planting. The app includes features such as soil analysis using Machine Learning 📊 and recommendations for suitable tree species 🌱 to plant. It is built using various technologies including Retrofit 🌐, SharedPreferences 🔐, ViewBinding 🔗, TensorFlow Lite 🧠, Material Components 💎, RecyclerView ♻️, and many more.
AksiHijau Backend Project is the backend for a mobile application that aims to provide various features such as donations, authentication, campaign, and more. This backend is built using Node.js and Express.js, and it utilizes MySQL as the database for data storage.
Here are the steps to install and run the SuperApp backend project:
- Clone this repository to your local directory:
git clone https://github.com/juanangelaalma/aksihijau-backend.git
- Navigate to the project directory:
cd aksihijau-backend
- Install the required dependencies using npm:
npm install
- Migrate the database structure:
npx sequelize db:create
npx sequelize db:migrate
npx sequelize db:seed:all
- Running the application
npm run dev