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.
- Install nodejs on your machine.
- Go to server and aeroclub folder separately and open cmd in respective directories and run "npm install" command ---> it will install all the required packages.
- In the aeroclub folder (all the react stuffs aka the frontend), open cmd and run "npm start" to spin up the react dev server.
- In the server folder (all the nodejs part aka apis, routes, models,etc ). open cmd and run "node app.js" or "nodemon app.js" ( if have installed it with npm i nodemon -g command) to start nodejs server.