Skip to content

I tried to make a mini-project to make mobile apps, based on my recent project LIVENT, all credit belong to our teams

Notifications You must be signed in to change notification settings

krisnachy/livent

Repository files navigation

LIVENT

LIVENT (Live & Event) - sebuah progressive web app yang menghadirkan referensi berbagai kegiatan yang dapat diikuti sesuai dengan interest user. Dilengkapi dengan informasi hingga artikel dokumentasi kegiatan yang telah berhasil terlaksana.

You can visit our development project here:
Livent
Note: It's not a final release web, it's still under deveopment progress

Development Guidelines (In Progress)

1. Project Initiation


# Change example.env to .env
mv example.env .env

# Install packages
npm install

# Create database
sequelize db:create

# Migrating the tables into database
sequelize db:migrate

# Seeding the default data
sequelize db:seed:all

# Run the dev script
npm run dev

2. Project Structure (Android)


├── manifests
|   ├── AndroidManifest.xml
├── java
|   ├── com.krisnachy.livent
|   |   ├── MainActivity
├── res
|   ├── layout
|   |   ├── activity_main.xml

3. API Specification


Visit this link to see the full API Specifications.
API

About

I tried to make a mini-project to make mobile apps, based on my recent project LIVENT, all credit belong to our teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages