Skip to content

Maciek246/mediasoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mediasoring

Socialmedia site for influencers with sponsored posts.

Authors

Katarzyna Otto GitHub
Maciej Matuszczak GitHub

Technologies

Backend:

Python 3.6.5
Django 2.0.5
Django-Rest-Framework 3.8.2

Frontend:

HTML5
CSS3
ReactJS + Redux

How to run backend

1. Create Virtual Environment

Windows:

	python -m venv env

Linux:

	python3 -m venv env

3. Enable Virtual Environment

Windows:

	env\Scripts\activate

Linux:

	env/bin/activate

4. Install Requirements

    pip install -r requirements.txt

5. Start a server

    cd backend
    manage.py runserver 8001

How to run frontend

Create project

npx create-react-app frontend

1. Install dependencies

cd frontend
npm install

2. Run application

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published