saefullohmaslul / Rantauka-Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rantauka - Mau Merantau Ka

Important

This project is still on very early development stage. If you want to use for production, use it with your own risk. More feature coming soon.

Rantauka

Rantauka is a useful application for finding the right lodging at an affordable price

Screenshots

Rantauka Home Rantauka Profile Rantauka Iklan Rantauka List Kos Rantauka Detail Kos

Features

  • Choose house
  • House details
  • House booking
  • Booking list
  • Add ads

Why Rantauka?

  • a simple application with powerful features
  • It's React Native, so it support android & iOS by default
  • Simple code, so you can easly contribute on it
  • Express is one of the most starred javascript framework, and it is very easy to use

Tech Stack

  • React Native for the Mobile Frontend
  • Express.js ad the backend

Prerequisites

Installation & Configuration

follow these steps to install

Frontend

git clone git@github.com:saefullohmaslul/rantauka_client.git
cd rantauka_client
npm install
npm start
react-native run-ios #for ios
react-native run-android #for android

create .env file and set API_HOST as your expressUri

API_HOST=http://192.168.xxx.xxx:YOUR_PORT

Backend

git clone git@github.com:saefullohmaslul/rantauka_server.git
cd rantauka_server
npm install
npm install nodemon -D
npm start

Support We :)

Contact

Download App (Demo usage only)

download

About

License:MIT License


Languages

Language:JavaScript 98.9%Language:Shell 1.1%