/RandomUser

This is a API for getting random user data

Primary LanguagePython

Random User API

Used this API for the user creation method / populating the database

Start the project

Create a virtual environment for your code

$ python -m venv venv

Activate the environment and install the dependencies

$ venv\Scripts\activate
$ pip install --upgrade pip
$ pip install -r requirements.txt

Make migrations to the database

$ py manage.py makemigrations
$ py manage.py migrate

Start your development server

$ py manage.py runserver

You can view your development server here