Skip to content

shikhu51197/EdtechWebLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

💻 PROJECT NAME ✨ => 💻 Edtechweb


Backend Deploy to Vercel Deployed App Vercel Link

💫Tech-Stack->

  • For Frontend:-

    • HTML5
    • CSS3  - JavaScript 
    • ReactJS
    • ReactJS
      • For Backend:-

    • NodeJS
    • ExpressJSMongoDB 
  • For deploy database:-

    • Vercel  
  • For Styling:-

     - Chakra UI 

  • For live Project: -

     - Vercel

⭕Steps to run our project:

✨Clone the repository.

✨Run the command npm install in both the frontend and backend folders.

✨Run the command npm run server in the backend folder.

✨Run the command npm start in the frontend folder run on localhost:3000.


Features ✨:-


Serial No Feature
1 User signup login, and logout
2 Home Page designing
3 navbar, footer

Package.json(Dependency)✨:-

Serial No Backend Frontend
1 bcrypt Chakra-ui
2 mongoose React Router dom
3 cors redux, react-icons
4 dotenv react redux, axios
5 express chakraUi-icons
6 jsonwebtoken redux thunk

Flow

graph TD;
    App-->HomePage
    HomePage-->SignUpPage;
     HomePage-->LoginPage;
SignUpPage-->StudentSingupPage;
 SignUpPage-->ProfessionalSingupPage;
 SignUpPage-->EmployerSingupPage;
 SignUpPage-->MentorSingupPage;
 StudentSingupPage-->StudentloginPage;
 ProfessionalSingupPage-->ProfessionalloginPage;
 EmployerSingupPage-->EmployerloginPage;
 MentorSingupPage-->MentorloginPage;
LoginPage--> Learnpage
LoginPage--> Mentorpage
LoginPage--> Competepage
LoginPage--> Jobspage
Loading

✨Thank You✨