/MeanStackApp

Primary LanguageTypeScript

Edit a file, create a new file, and clone from Bitbucket in under 2 minutes

I made this change

When you're done, you can delete the content in this README and update the file with details for others getting started with your repository.

We recommend that you open this README in another tab as you perform the tasks below. You can watch our video for a full demo of all the steps in this tutorial. Open the video in a new tab to avoid leaving Bitbucket. ##Node version should be above 8.x and npm version should be above 5.x on home computer 1. npm -v and node -v

Edit a file

To run the server use npm run dev, To run the front end use ng serve -o

To create a service use ng g s services/task command: Services will be used to makes REST calls to the db, make it inside src

If the repo needs to be cloned again, run the following commands:

1. npm install --save-dev @angular-devkit/build-angular
2. ng build, but make sure to install Angular CLI first
3. Install ejs in MeanStackApp by npm i ejs
4. Then ng serve -o
5. Will need to install many other modules to use mat-form-field
6. Refer to StackBlitz for proper GUI
7. Also install bootstrap npm install --save bootstrap
8. Install progress bar module npm install --save @ngx-progressbar/core
9. Upgrade npm i npm <-- using this command to solve the issue for import 'rxjs/add/operator/map'; for register service at home
10. At home when installing npm i jsonwebtoken to avoid 'module crypto not found' error do the following: go to browser.js in node_modules/@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs and change node: false to node: { crypto: true, stream: true }
11. Zomato API key 5f8f8c7daa019ccc1553516688930d4f

You’ll start by editing this README file to learn how to edit a file in Bitbucket.

  1. Click Source on the left side.
  2. Click the README.md link from the list of files.
  3. Click the Edit button.
  4. Delete the following text: Delete this line to make a change to the README from Bitbucket.
  5. After making your change, click Commit and then Commit again in the dialog. The commit page will open and you’ll see the change you just made.
  6. Go back to the Source page.

Create a file

Next, you’ll add a new file to this repository.

  1. Click the New file button at the top of the Source page.
  2. Give the file a filename of contributors.txt.
  3. Enter your name in the empty file space.
  4. Click Commit and then Commit again in the dialog.
  5. Go back to the Source page.

Before you move on, go ahead and explore the repository. You've already seen the Source page, but check out the Commits, Branches, and Settings pages.


Clone a repository

Use these steps to clone from SourceTree, our client for using the repository command-line free. Cloning allows you to work on your files locally. If you don't yet have SourceTree, download and install first. If you prefer to clone from the command line, see Clone a repository.

  1. You’ll see the clone button under the Source heading. Click that button.
  2. Now click Check out in SourceTree. You may need to create a SourceTree account or log in.
  3. When you see the Clone New dialog in SourceTree, update the destination path and name if you’d like to and then click Clone.
  4. Open the directory you just created to see your repository’s files.

Now that you're more familiar with your Bitbucket repository, go ahead and add a new file locally. You can push your change back to Bitbucket with SourceTree, or you can add, commit, and push from the command line.