Skip to content

This is a social network for a college providing them a stand-alone platform to have all their daily work done.

Notifications You must be signed in to change notification settings

aniketjha1729/EduHub

Repository files navigation

EduHub

A Social Network developed with MERN stack.

   

   

   

   

Requirements

  1. nodeJS >=14.15.4
  2. npm >=6.14.10
  3. mongodb

Steps to init project

  1. First install all dependencies with npm: npm install in the root directory && npm install in the server directory.

  2. Create a .env file and insert the following code. Replace values with yours!!

    DATABASE = "mongodb://localhost/eduhub";
    SECRET_ADMIN_AUTH_KEY = "adminkey";
    SECRET_STUDENT_AUTH_KEY = "studentkey";
    SECRET_TEACHER_AUTH_KEY = "teacherkey";
  3. Create a folder in ./server directory and name it as

    files

  4. Start the server for backend and frontend

    For frontend

    npm start in the root directory

    For backend

    Go to the server directory and run the command npm start

  5. Now load the app

    localhost:3000
    
  6. Enjoy!!

About

This is a social network for a college providing them a stand-alone platform to have all their daily work done.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages