Skip to content

This an Django Application with REST for API EndPoint Testing using OpenAI.

Notifications You must be signed in to change notification settings

rohit-rajput1/rangam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to get started with this project

Clone the project

  • Open the terminal and run the following command.
git clone https://github.com/rohit-rajput1/rangam.git

Create a virtual environment

  • Create a virtual environment using the following command.
#virtualenv -p python3 <environment-name>
virtualenv -p python3 venv
  • Activate the created environment.
#source <environment-name>/bin/activate
source venv/bin/activate
  • Deactivating the environment.
deactivate

Install the dependencies

  • Install the dependencies using the following command.
pip install -r requirements.txt

Run the project

  • First migrate the database.
python manage.py migrate
  • Run the server.
python manage.py runserver

Now you are good to go.

About

This an Django Application with REST for API EndPoint Testing using OpenAI.

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published