Skip to content

A work in progress attempt to make a LinkedIn ripoff

Notifications You must be signed in to change notification settings

9tykeshav/binkedin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

binkedin

Binkedin is an attempt to make a Linkedin alike social media platfrom, made with axum & nextjs

Running locally

  • Have postgreSQL installed
  • Rust installed
  • dotenv file with the following variables:
DATABASE_URL = <database_url>
BINKEDIN_MEDIA = <path/to/folder_for_media>

  • dotenv for the frontend to be aware where to request the backend. Create it in /binkedin-web:
NEXT_PUBLIC_IP_ADDR_FOR_SERVICES= <where ever the backend is binded to>
  • Create all neccesary tables from Schemas
  • cd binkedin & cargo run, now you might have something on port 3000 if you are lucky enough.
  • cd binkedin-web & npm run dev and the frontend might also be available if youre lucky enough.

what now?

The closest thing to documentation for the API is the source code itself. There's this but its not really elaborative as of now

About

A work in progress attempt to make a LinkedIn ripoff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages