Skip to content

shankar2005/AdbhutIO-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adbhut Backend API Server

What is Adbhut

This is Adbhut.io which is a platform to hire artists and produce content. With this, users can produce content including social media posts, graphical and animated content, camera shot videos, music tracks, entire songs, documentaries, short fictional films, reality series, podcasts, campaign websites, and creatively written content. Our business servicing function offers the best-suited Artists with the required skills to get the content project done with the best quality, within the timelines and budgetary requirements.

API Reference

API Schema URL

  dev.nsnco.in/api/schema/docs/

Installation

Install Adbhutio-server

  mkdir Adbhut
  git clone https://github.com/shankar2005/AdbhutIO-server.git
  cd AdbhutIO-server
  py -m venv .venv
  pip install -r requirements.txt
  python manage.py makemigrations
  python manage.py migrate
  python manage.py runserver

Deployment

To deploy this project run

  git push origin master
  # in AWS EC2 console terminal, go to server dir
  git pull origin master
  # restart server

Code style: black drf-spectucular flake8 pre-commit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published