All Projects → LoliKillers → Apriliya-Api

LoliKillers / Apriliya-Api

Licence: other
Simple Web API with user authentication

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects
EJS
674 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to Apriliya-Api

RN-login-register-screen
Usage of login / sign-in screen with register / sign-up and forget password screen for authentication in react-native with navigation and Async local storage of input values
Stars: ✭ 32 (+68.42%)
Mutual labels:  login, register
spring-boot-mongodb-security-angular8
Spring Boot, Security, MongoDB, Angular 8: Build Authentication
Stars: ✭ 17 (-10.53%)
Mutual labels:  login, register
UserCenter
Personal open source user center
Stars: ✭ 28 (+47.37%)
Mutual labels:  login, register
authentication boilerplate
A Node based Boilerplate for register, login, request password reset password. Using Sengrid to send emails
Stars: ✭ 19 (+0%)
Mutual labels:  register, mongoose
Appy Backend
A user system to bootstrap your app.
Stars: ✭ 96 (+405.26%)
Mutual labels:  login, mongoose
ionic-login-component
Free sample of Premium Ionic Login Component
Stars: ✭ 17 (-10.53%)
Mutual labels:  login, register
yoti-java-sdk
The Java SDK for interacting with the Yoti Platform
Stars: ✭ 13 (-31.58%)
Mutual labels:  login, register
node-rest-api-scaffold
This project is an initial NodeJS Rest API scaffold for developers
Stars: ✭ 24 (+26.32%)
Mutual labels:  mongoose, express-js
node-facebook-twitter-google-github-login
Node, Express, Mongoose, Passport, Facebook, Twitter, Google and Github Authentication (Login)
Stars: ✭ 31 (+63.16%)
Mutual labels:  login, mongoose
user login and register
user login and register system in django
Stars: ✭ 43 (+126.32%)
Mutual labels:  login, register
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (+894.74%)
Mutual labels:  mongoose, express-js
logSys
PHP Secure, Advanced Login System
Stars: ✭ 80 (+321.05%)
Mutual labels:  login, register
Wertik Js
💪 A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (+194.74%)
Mutual labels:  mongoose, express-js
yoti-php-sdk
The PHP SDK for interacting with the Yoti Platform
Stars: ✭ 22 (+15.79%)
Mutual labels:  login, register
node-express-mongoose-sqlize
node, express, mongoose, sqlize, passport, jwt
Stars: ✭ 17 (-10.53%)
Mutual labels:  mongoose, express-js
Pepaverse
Pepaverse is an open source social network build with nodejs, mongoDB, passportjs and socket.io
Stars: ✭ 16 (-15.79%)
Mutual labels:  login, mongoose
express-mvc-generator
Express' Model View Controller Application Generator.
Stars: ✭ 46 (+142.11%)
Mutual labels:  mongoose, express-js
node-express-mongo-passport-jwt-typescript
A Node.js back end web application with REST API, user JWT authentication and MongoDB data storage using TypeScript
Stars: ✭ 51 (+168.42%)
Mutual labels:  mongoose, express-js
auth-flow-react-apollo-saga
Full stack login/register flow with React, Apollo, Redux, Redux-saga and MongoDB.
Stars: ✭ 22 (+15.79%)
Mutual labels:  login, register
vue-koa2-login
🍥 Vue + Koa2 实现前后端注册登录流程
Stars: ✭ 23 (+21.05%)
Mutual labels:  login, register

APRILIYA-API

APRILIYA - API's

Alt

Required

Sebelum melakukan apapun silahkan dapatkan

Tanpa mongodb web API tidak akan berjalan

buat file .env terlebih dahulu

mv example.env .env

letakkan semua itu di file .env

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

apt update -y
apt upgrade -y
apt install nodejs -y
apt install npm -y
apt install git -y

Runing in localhost

npm install --global nodemon
git clone https://github.com/LoliKillers/Apriliya-Api
cd Apriliya-Api
npm install
npm start

Open : http://localhost:8080

Deploy in heroku

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

Open : https://APP_NAME.herokuapp.com Demo : https://april-api.herokuapp.com

What is next?

  • Jika masih bingung silahkan tanyakan kepada saya di WhatsApp
  • Menemukan error? silahkan tarik permintaan, atau bisa beritahu saya di WhatsApp
  • Request? silahkan hubungi saya di WhatsApp
  • lolkil-scraper
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].