MoveWeights a mobile-first full stack web application for tracking workouts and providing analytics for workout/exercise history.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
- NextJS
- TypeScript
- Tailwind
- Node/Express
- MongoDB
- JWT Auth
- Clone the repo
git clone https://github.com/jarrodmjack/MoveWeights.git
- Install NPM packages
cd frontend npm install cd backend npm install
- These are the environment variables needed to run the project
Backend: PORT = <WHATEVER PORT NUMBER YOU WANT> MONGO_URI = <MONGO DATABASE STRING PROVIDED BY ME> SECRET = <AUTH SECRET PROVIDED BY ME> Frontend: NEXT_PUBLIC_API_URL = http://localhost:4001 NODE_ENV=development
- Running the project
Open two separate terminals. One for the frontend, one for the backend
in one terminal -> cd frontend -> npm run dev
in the other terminal -> cd backend -> npm run dev
- Host project on Vercel
- Make more responsive for bigger screens (is being built mobile-first)
- Fix issues with Auth and redirection
- Add workout history and analytics
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
@jarrodmjack - jarrodmjack@gmail.com