onkcharkupalli1051 / StudentPlatform

Welcome to the repository of our web application! Here, you will find all the essential components and resources that power our web-based software solution. Our web application repository serves as the central hub for storing, managing, and tracking the development of our web application. It encapsulates the codebase, configuration files, document

Home Page:https://studntplatform.onrender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Student Platform

E-learning Full Stack Web App

Links

Screenshots

image

image

image

Available Commands

In the project directory, you can run:

npm start" : "react-scripts start",

The app is built using create-react-app so this command Runs the app in Development mode. Open http://localhost:3000 to view it in the browser. You also need to run the server file as well to completely run the app. The page will reload if you make edits. You will also see any lint errors in the console.

"npm run build": "react-scripts build",

Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes. Your app will be ready to deploy!

"npm run test": "react-scripts test",

Launches the test runner in the interactive watch mode.

"npm run dev": "concurrently "nodemon server" "npm run start",

For running the server and app together I am using concurrently this helps a lot in the MERN application as it runs both the server (client and server) concurrently. So you can work on them both together.

"serve": "node server.js"

For running the server file on you can use this command.

npm run server

Built With

  • MongoDB Atlas
  • ExpressJS
  • ReactJS
  • NodeJS
  • JavaScript
  • NPM

Author

Onkar Charkupalli

🤝 Support

Contributions, issues, and feature requests are welcome!

Give a ⭐️ if you like this project!

About

Welcome to the repository of our web application! Here, you will find all the essential components and resources that power our web-based software solution. Our web application repository serves as the central hub for storing, managing, and tracking the development of our web application. It encapsulates the codebase, configuration files, document

https://studntplatform.onrender.com


Languages

Language:JavaScript 93.0%Language:CSS 5.4%Language:HTML 1.6%