-
Fork and Clone this GitHub Repository : AstroClub MNNIT
-
Install NodeJS on your system (if not installed).
-
Open 'client' folder (ReactJS part) in cmd, and install all dependent packages
npm install
npm start
-
Similarly, Open 'server' folder (NodeJS part) in cmd, and run
npm install
node app.js or nodemon app.js (if you have installed it with npm i nodemon -g command)
Frontend - Home, Gallery, Login, Signup, Admin-panel, Alumni, Blogs, Projects, Components, User, Dashboard landing page.
Backend - CRUD for Blog, Component, Projects, Users, Authentication and Authorization for Login, Signup.