All Projects → jack5341 → pathokun

jack5341 / pathokun

Licence: MIT license
Pathokun, a path generator, updates your content just with your frontend by HTTP GET Request!

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to pathokun

gobarber
Projeto desenvolvido durante as aulas do Bootcamp GoStack10 da Rocketseat
Stars: ✭ 15 (+0%)
Mutual labels:  expressjs, jsonwebtoken
Angular Full Stack
Angular Full Stack project built using Angular, Express, Mongoose and Node. Whole stack in TypeScript.
Stars: ✭ 1,261 (+8306.67%)
Mutual labels:  expressjs, jsonwebtoken
task-manager
Task Manager App
Stars: ✭ 19 (+26.67%)
Mutual labels:  expressjs, jsonwebtoken
Mern Skeleton
A MERN stack skeleton web application [Full-Stack React Projects]
Stars: ✭ 114 (+660%)
Mutual labels:  expressjs, jsonwebtoken
Node React Ecommerce
Build ECommerce Website Like Amazon By React & Node & MongoDB
Stars: ✭ 1,080 (+7100%)
Mutual labels:  expressjs, jsonwebtoken
socialApp-MERN
Social Networking web app similar to Instagram.
Stars: ✭ 35 (+133.33%)
Mutual labels:  expressjs, jsonwebtoken
coconut
expressjs,博客网站,websocket聊天室,mongodb
Stars: ✭ 23 (+53.33%)
Mutual labels:  expressjs
postgres-nest-react-typescript-boilerplate
No description or website provided.
Stars: ✭ 93 (+520%)
Mutual labels:  expressjs
JWT-user-auth-API-bolilerplate
Boilerplate for backend API user authentication with JWT
Stars: ✭ 13 (-13.33%)
Mutual labels:  jsonwebtoken
media-scanner
A service used with CasparCG Server software for scanning media located on the server. Queried with query and thumbnail commands through CasparCG Server using AMCP.
Stars: ✭ 25 (+66.67%)
Mutual labels:  expressjs
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+713.33%)
Mutual labels:  expressjs
gobarber-api-gostack11
API GoBarber / NodeJS / Express / Typescript / SOLID
Stars: ✭ 39 (+160%)
Mutual labels:  jsonwebtoken
Youtube-clone
A Youtube-clone where various basic functionalities of youtube are implemented along with thumbnail generator using MERN stack
Stars: ✭ 20 (+33.33%)
Mutual labels:  expressjs
WordNook
Dynamically updating blogging website to upload articles and blog posts on various topics, developed using ejs template engine and node js in the backend.
Stars: ✭ 80 (+433.33%)
Mutual labels:  expressjs
vue-jwt-mongo
🔐 A simple authentication system for Vue.js
Stars: ✭ 14 (-6.67%)
Mutual labels:  jsonwebtoken
node-express-postgresql
Node, Express and PostgreSQL
Stars: ✭ 50 (+233.33%)
Mutual labels:  expressjs
node-js-starter-kit
This is the starter kit project for node js REST API development with express js, mongodb, typescript, webpack specially designed for REST API projects.
Stars: ✭ 14 (-6.67%)
Mutual labels:  expressjs
apollo-instagram-clone
Apollogram | A place where you could share photos, like media, and follow peoples.
Stars: ✭ 24 (+60%)
Mutual labels:  jsonwebtoken
opentelemetry-ext-js
js extensions for the open-telemetry project
Stars: ✭ 122 (+713.33%)
Mutual labels:  expressjs
youphonic
an online musical machine interface for building and sharing soundscapes and musical compositions
Stars: ✭ 28 (+86.67%)
Mutual labels:  expressjs

image

Pathokun

Pathokun, a path generator, update your content just with your frontend by HTTP GET Request! In this way you can make Full-Stack project without any backend with any programming language.

What does the Pathokun solve?

Pathokun removes the taboo that you can't have a Full-Stack project without a backend.

Pattern

image

Environment Variables

Firstly you will need to add the following environment variables to your .env file

JWT_PRIVATE_SECRET = Secret key for private token

Add New Path to Account

Pathokun Create Endpoint

According to the Pathokun use purpose, you must first create a endpoint by have in user panel create endpoint form.

Generate Private Token

Whenever you want fetch your content by pathname, firstly have to generate an private access token from user panel.

eg:

image

Fetch Content from Endpoint

So after you have generate a private token you can directly access your content by endpoint.Just you have to put your private token to header with bearer and sending a GET Request.

eg: image

THIS GENERATED TOKEN IS MUST BE SECRET !!!

Pathokun Fetch Content

Endpoint Database Schema

id url description content date
int string string string date

Run Locally

Clone the project

  git clone [email protected]:Pathokun/pathokun.git

Go to the project directory

  cd pathokun

Install dependencies

  npm install

Start the server

  npm start

Docker Image

Build Dockerfile

  docker build . -t pathokun

Run Docker Image

  docker run <CONTAINER_ID>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Show your support

Give a ⭐️ if this project helped you! or buy me a 🍺 Paypal

License

MIT

Sponsors

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].