Skip to content

Sample react project to test the useEffect with remote server (write in TS and use a Mongoose with database) bootstrap for front-end

Notifications You must be signed in to change notification settings

ZeroWk-EM/Droid-Bay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Droid Bay

The best e-commerce to buy a Droid in all galaxy

Usage

  1. Clone the repository from your terminal:
git clone https://github.com/ZeroWk-EM/ServerTS-Mongoose.git

Server

Installation

  1. Install the dependencies:

    npm install
    
  2. Create .env file and set the required environment variables.

    PORT=
    MONGO_URL=
    SECRET_JWT=
    SALT_ROUND=
    
  3. Start the server:

    npm  start
    

Client

  1. Install the dependencies:

    npm install
    
  2. Start the server:

    npm  start
    

About

Sample react project to test the useEffect with remote server (write in TS and use a Mongoose with database) bootstrap for front-end

Topics

Resources

Stars

Watchers

Forks