Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lolikillers/apriliya-api
Sedang dalam perbaikan, harap tunggu!!!
https://github.com/lolikillers/apriliya-api
api express-js login mongoose nodejs npm register rest-api webapp
Last synced: 20 days ago
JSON representation
Sedang dalam perbaikan, harap tunggu!!!
- Host: GitHub
- URL: https://github.com/lolikillers/apriliya-api
- Owner: LoliKillers
- Created: 2021-08-20T12:14:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T03:44:06.000Z (over 2 years ago)
- Last Synced: 2024-11-24T20:10:47.202Z (about 2 months ago)
- Topics: api, express-js, login, mongoose, nodejs, npm, register, rest-api, webapp
- Language: JavaScript
- Homepage: https://darkcoder.xyz
- Size: 22.3 MB
- Stars: 24
- Watchers: 1
- Forks: 83
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- Security: SECURITY.md
Awesome Lists containing this project
README
![APRILIYA-API](https://telegra.ph/file/c793578cfabf67d292dd0.png)
# APRILIYA - API's
![Alt](https://repobeats.axiom.co/api/embed/994be5af506efd008b9ac5aa95c76a4472798a25.svg "Repobeats analytics image")
### Required
Sebelum melakukan apapun silahkan dapatkan
* [Mongo DB URI](https://www.mongodb.com)Tanpa mongodb web API tidak akan berjalan
buat file .env terlebih dahulu
```shell
mv example.env .env
```
letakkan semua itu di file .env```javascript
DB_URI = '' //URI Database mongodb bisa kalian dapatkan di https://www.mogodb.com
LIMIT_PREMIUM = ''//Limit pengguna gratisan
LIMIT_USER = '' //Limit pengguna premium
CODER_NAME = '' //Entahlah mau di ganti apa tidak
KEY = '' //Kata kunci untuk menambahkan pengguna premium
```## Linux
```shell
apt update -y
apt upgrade -y
apt install nodejs -y
apt install npm -y
apt install git -y
```### Runing in localhost
```shell
npm install --global nodemon
git clone https://github.com/LoliKillers/Apriliya-Api
cd Apriliya-Api
npm install
npm start
```
Open : [http://localhost:8080](http://localhost:8080)
### Deploy in heroku```shell
npm install --global heroku
heroku login
git clone https://github.com/LoliKillers/Apriliya-Api
cd Apriliya-Api
hroku git:remote -a YOUR_APP_NAME_IN_HEROKU
git add .
git commit -m "Make It Butter"
git push heroku master
```#### Or
[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/LoliKillers/Apriliya-Api)
Open : [https://APP_NAME.herokuapp.com](https://APP_NAME.herokuapp.com)
Demo : [https://april-api.herokuapp.com](https://april-api.herokuapp.com)
## What is next?* Jika masih bingung silahkan tanyakan kepada saya di [WhatsApp](https://chat.whatsapp.com/EH9g1SKf588HXEFY51zQMu)
* Menemukan error? silahkan tarik permintaan, atau bisa beritahu saya di [WhatsApp](https://chat.whatsapp.com/EH9g1SKf588HXEFY51zQMu)
* Request? silahkan hubungi saya di [WhatsApp](https://chat.whatsapp.com/EH9g1SKf588HXEFY51zQMu)
* [lolkil-scraper](https://npmjs.com/package/lolkil-scraper)