Skip to content

Created a dynamic content aggregator akin to Unsplash, leveraging React.js for frontend and Django with Django Rest Framework for backend

Notifications You must be signed in to change notification settings

DevGajjar28/Vortex_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vortex_app

Created a dynamic content aggregator akin to Unsplash, leveraging React.js for frontend and Django with Django Rest Framework for backend

Front end

  1. cd Frontend
  2. npm install
  3. npm install tailwindcss
  4. npm install formik yup
  5. npm install axios
  6. npm run build

Backend

  1. python -m venv venv (Create Virtualenv)
  2. venv\Scripts\activate (Activate Virtualenv)
  3. pip install -r requirements.txt (Install Dependencies)
  4. python manage.py migrate (Create New Database)
  5. python manage.py createsuperuser (Create Superadmin user)
  6. python manage.py runserver (Run server)

About

Created a dynamic content aggregator akin to Unsplash, leveraging React.js for frontend and Django with Django Rest Framework for backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published