Skip to content

JValenzuela1/Your-Moon-CSULA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIENT (YourMoon)

client

  • note that there are currently two folders named 'client'
  • so, you need to cd into the inner 'client' folder
  • run the command 'npm install' to install the necessary node packages
  • once the packages have been installed, run the command command 'npm run dev' to start the client at 'localhost:5173'

SERVER

server (server-side)

  • run the command 'npm install' to install to necessary node packages
  • once the packages have been installed, run the command 'npm run devStart' to start the server
  • for testing purposes, the link to the server is 'localhost:3001'

DATABASE

  • currently, you can only run this locally since there's no server that we can use (i think in the future we can use the schools virtual machine)
  • download a program called XAMPP
  • this is a video tutorial to set up XAMPP and configure it to create a database
  • you would also have to create a database called 'LunarImages'
  • Notes:
    • table is called 'LunarImageDB'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 53.7%
  • JavaScript 19.1%
  • TypeScript 13.5%
  • CSS 9.0%
  • HTML 4.7%