- Notifications
You must be signed in to change notification settings - Fork0
Niranjanprasad12/ecea_website
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Stack Using - MERN Stack
- Follow the instructions in thislink to install mongoDB and compass in Windows, MacOS and Linux locally.
- Change the version from
4.4
to5.0
while executing the commands in the above link. - After setting up the local mongoDB run
use ECEA
to create ECEA database in mongoDB local instance. - 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.
- Install the respective node.js packages for your operating system from thislink.
- Clone this repository using command
git clone https://github.com/ECEA-CEG/ecea_website.git
. - After cloning run
npm i
to install the dependencies. - After completing the installation process run
npm run dev
in the command line to start our application.
- To push code into a branch in the remote repository, first you have to pull that branch from the remote repository using the command
git pull origin <BRANCH_NAME>
. - Make sure that the remote repository branch name and the local repository branch name are same.
- Before pushing run
git add .
to stage all changes and do a local commitgit commit -m <COMMIT_MESSAGE>
. - Then push with the command
git push origin <BRANCH_NAME>
.
About
No description, website, or topics provided.
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published