Skip to content

shrangideqode/AngularGitApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

AngularGitApp

Note - Before starting you should have node.js environment and mongoDB database installed on your system.

Generate Your Github Token by following the steps -
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token

Backend Installation

  1. Install the dependencies and start the server.

    cd Backend
    npm install
  2. Configure the environment file by renaming .env.example file into .env Open the .env file and configure your mongodb environment variables and github token.

  3. Start the backend server

    node server.js

Frontend Installation

  1. Install the dependencies and start the server.

    cd Frontend
    npm install
  2. Configure the environment. src/environements/environment.ts file The environment file contains the backend url so if you have changed the server port then you have to give same port in baseUrl

  3. Start the frontend server

    ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published