Skip to content

Mangesh2704/Internship-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Internship-Project

Currently we have implemented backend with the MongoDB Compass

To run the project:

  1. Make sure you have MongoDB and MongoDB Compass installed on your machine
  2. You need to install NodeJS and npm in your system
  3. Open terminal/command prompt
  4. Navigate to the folder where you want to save the project files (use cd command)
  5. Run the following commands:
    • git clone https://github.com/Mangesh2704/Internship-Project.git
    • cd Internship-Project
    • npm install
  6. Now, start the server by running the command node index.js "It is located in the server folder
  7. The server will be up and listening on port 3000. You can check it by opening a web browser and going to http://localhost:3000/
  8. Now open another terminal window or tab and navigate to the Internship-Project folder and run npm start
  9. The application will be accessible at http://localhost:3001/ Note: Please make sure that MongoDB Compass is running before starting the server

"In MongoDB Compass Create a Database named 'heartapp' and then create a collection 'users' in it. In users collection add fields name, email, password."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •