Skip to content

CodeOp-tech/strike-a-pose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. Contact
  7. Acknowledgments

About The Project

STRIKE A POSE is an interactive and fun web application where players can challenge themselves to mimic various poses. The game presents users with a series of random poses to imitate, captured from a diverse range of images. Players use their device's camera to capture their own pose, and the application provides feedback on how closely they match the target pose.

https://github.com/CodeOp-tech/strike-a-pose

(back to top)

Built With

  • JavaScript
  • HTML
  • CSS
  • React
  • MySQL
  • TensorFlow
  • Axios
  • Express
  • Node
  • ReactRouter

(back to top)

Dependencies

  • Run npm install in project directory. This will install server-related dependencies such as express.
  • cd client and run npm install. This will install client dependencies (React).
  • Run npm install react-router-dom in the client dependecies.
  • Run npm install axios. This will be installed in the client dependecies.
  • Run npm install jsonwebtoken bcrypt in project directory.

(back to top)

Database Prep

  • Access the MySQL interface in your terminal by running mysql -u root -p
  • Create a new database called team4: create database strike_database
  • Add the .env, to containing the MySQL authentication information for MySQL user. For example:
  DB_HOST=localhost
  DB_USER=root
  DB_NAME=strike_database
  DB_PASS=YOURPASSWORD
  • Run npm run migrate in the project folder of this repository, in a new terminal window. This will create a table users in your database.

(back to top)

Development

  • Run npm start in project directory to start the Express server on port 5001
  • In another terminal, do cd client and run npm run dev to start the client in development mode with hot reloading in port localhost 5173.

(back to top)

_This is a project that was created at CodeOp, a full stack development bootcamp in Barcelona.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors