Skip to content

A simple MERN Stack application that takes user input and stores the data in MongoDB Database and display only the name and the stream of the registered candidates in the frontend

Notifications You must be signed in to change notification settings

mrdbcse/Simple-MERN-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Startred with installation

Steps to be followed

  1. Download the project in zip file.
  2. Extract all the files in your desired location.
  3. Open the root directory and open the command prompt in that directory.
  4. Type npm i to install all the dependencies in the root directory.
  5. Similarly open the client directory and open the command prompt in that directory.
  6. Type npm i to install all the dependencies in the client directory.
  7. Similarly open the server directory and open the command prompt in that directory.
  8. Type npm i to install all the dependencies in the server directory.
  9. After all the dependencies are installed in root directory, client directory and server directory, navigate to root directory.
  10. Now open the command prompt in root directory and type npm run dev to run the project.

About

A simple MERN Stack application that takes user input and stores the data in MongoDB Database and display only the name and the stream of the registered candidates in the frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published