A Social Network developed with MERN stack.
- nodeJS >=14.15.4
- npm >=6.14.10
- mongodb
-
First install all dependencies with npm:
npm install
in the root directory &&npm install
in the server directory. -
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";
-
files
-
npm start
in the root directoryGo to the server directory and run the command
npm start
-
Now load the app
localhost:3000
-
Enjoy!!