Skip to content

shehab299/HandMadeByU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

Backend Installation

Prerequisites

Make sure you have Node.js and npm (or Yarn) installed on your machine.

Steps

  1. Clone the repository:

    git clone https://github.com/shehab299/HandMadeByU.git
    
  2. Move To The Folder

    cd HandMadeByU
    cd server
    
  3. Install Dependencies

    npm install
    # or
    yarn install
    
  4. Locate the .env.template file in the root of the project.

  5. Create a copy of .env.template and name it .env:

    cp .env.template .env
    
  6. Open the newly created .env file in a text editor.

  7. Update the values of the environment variables based on your configuration needs.

  8. Run The Server and Join Us On A Trip To The World Of Backend

    node index.js
    #or
    nodemon index.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published