Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

Niranjanprasad12/ecea_website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack Using - MERN Stack


Installing and setting up mongoDB and compass

  1. Follow the instructions in thislink to install mongoDB and compass in Windows, MacOS and Linux locally.
  2. Change the version from4.4 to5.0 while executing the commands in the above link.
  3. After setting up the local mongoDB runuse ECEA to create ECEA database in mongoDB local instance.
  4. Open Compass and connect with the empty connection string, so that it connects with the local mongoDB and open DAMO database to view the collections and documents in respective collections.

Installing and setting up Node.js

  1. Install the respective node.js packages for your operating system from thislink.

Running application

  1. Clone this repository using commandgit clone https://github.com/ECEA-CEG/ecea_website.git.
  2. After cloning runnpm i to install the dependencies.
  3. After completing the installation process runnpm run dev in the command line to start our application.

Pulling and pushing to a branch

  1. To push code into a branch in the remote repository, first you have to pull that branch from the remote repository using the commandgit pull origin <BRANCH_NAME>.
  2. Make sure that the remote repository branch name and the local repository branch name are same.
  3. Before pushing rungit add . to stage all changes and do a local commitgit commit -m <COMMIT_MESSAGE>.
  4. Then push with the commandgit push origin <BRANCH_NAME>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp