Skip to content

nandiwaelur/BE-Jalanku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Service Node Project JalanKu

An ExpressJS server to handle auth request

Before running the backend service locally, ensure you have the necessary tools and configurations in place.

Running Local

  1. Install Node JS Make sure you have Node installed on your local computer. Follow the Download & Install Node Js guide.

  2. Authenticate with MongoDB Database and Configure with Mongoosh Authenticate your local machine with MongoDB database Credentials. Refer to the MongoDB documentation for detailed instructions.

  3. Authenticate with OAuth Google Follow this step to authenticate with OAuth Google.

  4. Run the Backend Service To run the backend service, follow these steps:

    1. Clone this repository to your local directory:
      git clone https://github.com/nandiwaelur/BE-Jalanku.git .
      
    2. Install the required dependencies using npm:
      npm install
      
    3. Create a new file named .env similar to .env.example and fill it with the keys from steps 2 and 3.
  5. Start the Express Js server in development mode:

Releases

No releases published

Packages

No packages published