wajeht / jawstrength

Comprehensive coaching service for both in person and remote strength training

Home Page:https://jaw-strength.jaw.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JawStrength

Comprehensive coaching service for both in person and remote strength training

⚠️ Depreciated

This codebase is no longer actively maintained. The package will continue working, but support and changes are no longer provided.

📺 Demo

https://jaw-strength.jaw.dev/

🖼️ Screenshot

‎‏‎ ‎ ‏‎ ‎‏

👇 Installation

You must have Nodejs installed on your computer to have this project run locally. If you don't have it feel free to google on how to install it. It is pretty simple

  1. After you have install Nodejs, you can start working on the project using the following instructions.

  2. Clone the repo

    git clone https://github.com/wajeht/jawstrength.git
    
  3. Install NPM packages

    npm install
    
  4. Rename the .env.example file into .evn and rename with your credentials

    # Server port
    PORT=3000
    
    # Email credentials
    EMAIL_HOST='mail.youremailsmptserver.com'
    EMAIL_PORT=465
    EMAIL_AUTH_USER='contact@youremail.com'
    EMAIL_AUTH_PASS='yourpassword'
  5. Go go the server folder and type in the run command.

    $ npm run dev
    
  6. Now you can visit the following url on your browser.

    http://localhost:3000/
    

👥 Contribute

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

©️ License

Distributed under the MIT License © wajeht. See LICENSE for more information.

About

Comprehensive coaching service for both in person and remote strength training

https://jaw-strength.jaw.dev

License:MIT License


Languages

Language:EJS 77.0%Language:CSS 14.7%Language:JavaScript 7.8%Language:Dockerfile 0.3%Language:Shell 0.2%