Skip to content

amr0exe/Jed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jed

Jed is a blogging platform providing varied level headings, direct image insertion through image link address, interactive posts with comments.

Important Notice ⚠️
Note: Initial Load may be slow

It's a free instance which will spin down with inactivity, which can delay requests by 50 seconds or more.


  1. Clone the repository:
git clone https://github.com/amr0exe/Jed.git
  1. Do an npm install on in both client and server folder:

  2. Start a Postgres db using docker:

docker run --name my-postgres -e POSTGRES_PASSWORD=mysecretpassword -d -p 5432:5432 postgres
# add the connection-string in .env file
# start and stop easily with docker
docker start my-postgres

npx prisma migrate deploy #to deploye prisma migations to your database
  1. For starting the project:
npm run dev # on client folder

[following command requires typescript, nodemon to installed ]
tsc -b      # for transpiling ts-code
nodemon dist/index.js # for running server 

About

a bloggine website with a pretty good rich text editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published