Skip to content

Latest commit

 

History

History
100 lines (53 loc) · 1.89 KB

README.md

File metadata and controls

100 lines (53 loc) · 1.89 KB

Welcome to Moveshare 👋

A social network where you can share and view exercises and trainings with other people.

This project is part of the 2 DAW course at IES L'Estació in Ontinyent, presented as a final project and qualified with the highest possible score.

Install

To run the project we will have to have docker-compose (version 1.27) installed.

Once installed we will have to run docker-compose up to start the containers.

Next we will enter the backend container (Django) and execute:

python3 manage.py migrate

To solve the error when migrating with python with the UTC dates, we will have to do the following (MORE INFO):

pip install psycopg2==2.8.6

To access the administrator functions we will also have to create a superuser.

python3 manage.py createsuperuser

Usage

docker-compose up

Some previews 📷

Home - Menu

Home

Login - Register

Login

Create Exercice

new_exer

Exercice List, Favs and Preview

exercice-list

Create Workout

new_workout

Workout List and Preview

workouts

Profiles

profiles

Panel Admin

admin_panel

Built with 🛠️

Author

👤 Vicente Andani

Show your support

Give a ⭐️ if this project helped you!