Skip to content

Calendar sharing project using react as frontend and express as the backend

License

Notifications You must be signed in to change notification settings

Trescaff/CalendaLink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalendaLink

  • A web app that allows users to connect and share their calendars with friends for easier scheduling.
  • Frontend - React
  • Backend - MongoDB, Express.js, Node.js,

Guide for running the app

  1. move dir to src/frontend and run "npm i init" at the terminal
  2. run "npm run dev"
  3. move dir to src/backend and run "npm i init" at the terminal
  4. run "npm run dev"

FAQ

  1. I can see the site but i got a "cert auth error" at console.
  • go to the backend url (the default is "https://localhost:5000")
  • it will say that it's unsafe then press the advanced button and just press proceed eventhough it's unsafe button
  • it will now work ^^

About

Calendar sharing project using react as frontend and express as the backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 58.7%
  • CSS 28.6%
  • JavaScript 12.3%
  • HTML 0.4%