Skip to content

Built, tested and deployed a Full Stack Application using Django-Rest-Framework and React.js. Users are able to track and share their workouts with other users.

Notifications You must be signed in to change notification settings

andreology/Track-Workout-Share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Group: C.out

BACKEND

For Backend, go to backend folder.

Install the virtual environment if you have't done so.

pip install pipenv

Run your virtual env

pipenv shell

Download the dependencies (Django and DjangoRestFramework) if you haven't done so.

pipenv install

Download the libraries for Django

pip install django-cors-headers
pip install Django-rest-framework
pip install pillow

To run the server, CD into tws and run:

python manage.py runserver

Server at http://localhost:8000/

FRONTEND

First make sure you run the backend server. For Frontend, go to frontend folder, CD into tws and run.

npm install

Then run

npm start

If you get a Node error, just delete your node_modules file and npm install.

Dev Server at http://localhost:3000/

About

Built, tested and deployed a Full Stack Application using Django-Rest-Framework and React.js. Users are able to track and share their workouts with other users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •