Skip to content

oguzhan-ulutas/odin-where-is-waldo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

odin-where-is-waldo

A photo tagging game <<<<<<< HEAD

Setup

Step 1: Environment File Setup

Create .env file in server folder:

  • BaseUrl = "your-client-url"
  • MongoDB = "your-mongodb-connection-string"

Also create .env file inside the frontend folder:

  • VITE_BASE_URL = "your-server-url"

After creating those environment variables continue to dependency installation.

Step 2: Dependency Installation

Execute inside the both client and server folders:

npm install

Step 3: Launching the Development Server

Execute:

npm start

Or to start the server continuously with nodemon:

npm run devstart

Step 4: Launching the Client

Inside the frontend folder execute:

npm run dev

=======

parent of 3236788 (Update README.md)