Skip to content

hassanShabbir1960/Social_media_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

DoNow Social Media application

Online learning platform dedicated to fostering creativity and lifelong learning. It offers a wide array of classes across disciplines like illustration, design, photography, video, and freelancing, among others. Designed to inspire and facilitate the creative journey of millions of users worldwide, the platform serves as a dynamic community for learning, expression, and growth. Users can discover new content, connect with a global network of creatives, share their expertise, and even monetize their skills, all while experiencing the transformative power of creativity.

Backend of the application is developed in python Django.

Setup for running backend

The first thing to do is to clone the repository:

$ git clone https://github.com/hassanShabbir1960/Social_media_app.git
$ cd donow_backend-master

Create a virtual environment to install dependencies in and activate it:

$ virtualenv2 --no-site-packages env
$ source env/bin/activate

Then install the dependencies:

(env)$ pip install -r requirements.txt

Note the (env) in front of the prompt. This indicates that this terminal session operates in a virtual environment set up by virtualenv2.

Once pip has finished downloading the dependencies:

(env)$ cd project
(env)$ python manage.py runserver

Setup for running Front end

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Run Test Suite:

npm test

To Start Server:

npm start

To Visit App:

localhost:3000/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published