Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages