Skip to content

CODE-Y02/newsbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

DEMO

Backend

  • The code inside /backend is server code
  • Stack: Node js, Docker, Bun, ElysiaJS, Redis, PostgreSQL db, TS
  • The Backend is deployed on cloud and can be found in /backend
  • We can also run it on local
  • Prerequisites for running locally: Docker, Bun & git.
  • Steps to run locally:
    • git clone https://github.com/CODE-Y02/newsbox
    • cd newsbox/backend
    • bun i
    • bun d:dev

Client

  • I have made basic client with next js and mostly ssr only.
  • everything is typed i.e TS is used
  • prerequisites for running locally:
    • first run backend then do this setup
    • go to /news-app-web
    • create .env with SERVER_BASE=http://localhost:PORT
    • PORT will be then port on which the server is running
    • now do bun i && bun dev

Contributors: @CODE-Y02

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 88.4%
  • CSS 10.1%
  • Dockerfile 1.3%
  • JavaScript 0.2%