A Node.js web app to manage students and their placements and download interview reports.
- Node.js (version 12 or higher)
- MongoDB Atlas (Cloud Based Mongodb database)
- Install Node.js by following the instructions at https://nodejs.org.
- Sign up for a MongoDB Atlas account at https://www.mongodb.com/cloud/atlas if you don't have one already.
- Create a new project in MongoDB Atlas and set up a cluster for your app. Obtain the connection string for your cluster.
- Visit on https://www.mongodb.com/
- Sign up on MongoDB Atlas
- Then in Data Services Choose Connect option
- Then click on Drivers
- Then page is open at below link Add your connection string into your application code
- Open a terminal or command prompt and navigate to the project's main directory
- Run the command npm install to install the project dependencies.
- Run the command npm start to start the project.
- The app will now be running on port 8000.
- Open the web browser and visit on http://localhost:8000 to access the web application.
- visit website : https://render.com/
- Then sign up with Google Account
- After sign in open web browser
- Click on Web Services
- Connect with Github
- Then select repository and save
- The link come below the your profile visit them
- This was your poject render link
- To register, use an email address with the "codingninjas.com" domain (e.g., example@codingninjas.com). Email authentication is not required for registration.
-
Once the app is running, users can register with their "codingninjas.com" email addresses to create accounts.
-
Users can log in to the app using their registered email and password.
-
After logging in, users can manage their profiles, view available placement opportunities, and download interview reports.
## Thank you